Changeset 3097 in MondoRescue for branches/3.0


Ignore:
Timestamp:
Apr 18, 2013, 3:51:02 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3095 r3097  
    18041804    for i in $options ; do
    18051805        ooo=$i
    1806         [ "$ooo" = "RESTORE" ] && ooo="nuke"
     1806        [ "$ooo" = "RESTORE" ] && ooo="RESTORE nuke"
    18071807        if [ "$type" = "elilo" ]; then
    18081808            outstr="image=/vmlinuz\n\tlabel=$i\n\tinitrd=/initrd.img\n\troot=/dev/ram0 append=\" rw ramdisk_size=$ramdisk_size $ooo $MINDI_ADDITIONAL_BOOT_PARAMS \"\n"
Note: See TracChangeset for help on using the changeset viewer.