Changeset 3653 in MondoRescue for branches/3.3/mindi


Ignore:
Timestamp:
Feb 23, 2017, 2:05:46 AM (7 years ago)
Author:
Bruno Cornec
Message:

Stop using the word PC and use machines instead

Location:
branches/3.3/mindi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/README.bootparam

    r3175 r3653  
    1010denymods    List of modules to NOT load (using denymods="mod1 mod2")
    1111donteject   mondorestore will not eject the CD
    12             Useful if your PC's case has a concealed CD-ROM drive
     12            Useful if your machine's case has a concealed CD-ROM drive
    1313excludedevs Exclude those devices from restoration process
    1414            No LVM action done such as pvcreate, and no partitioning
  • branches/3.3/mindi/mindi

    r3652 r3653  
    19361936                echo -en "FYI, this is _not_ a MondoRescue CD.\n"
    19371937                if [ -e "$MINDI_LIB/memtest.img" ] ; then
    1938                     echo -en "Type 'memtest' <Enter> to test your PC's memory intensively.\nJust press <Enter> to go to the main test menu.\n"
     1938                    echo -en "Type 'memtest' <Enter> to test your machine's memory intensively.\nJust press <Enter> to go to the main test menu.\n"
    19391939                fi
    19401940            else
     
    35853585
    35863586[ -e "$MINDI_LIB/memtest.img" ] && BOOT_MEDIA_MESSAGE="$BOOT_MEDIA_MESSAGE\n\
    3587 ...Or type 'memtest' to test your PC's RAM thoroughly.\n"
     3587...Or type 'memtest' to test your machine's RAM thoroughly.\n"
    35883588
    35893589if [ _"$MONDO_SHARE" = _"" ]; then
  • branches/3.3/mindi/rootfs/etc/init.d/rcS

    r3639 r3653  
    5959
    6060GetShell() {
    61     echo -en "Type 'exit' to reboot the PC\n"
     61    echo -en "Type 'exit' to reboot the machine\n"
    6262    umount -d /mnt/cdrom 2> /dev/null
    6363    mount / -o rw,remount > /dev/null 2> /dev/null
Note: See TracChangeset for help on using the changeset viewer.