source: MondoRescue/branches/2.2.5/mindi/isolinux-H.cfg

Last change on this file was 1771, checked in by Bruno Cornec, 16 years ago

Use RESTORE consistently across mondo to restore without interaction (report from Takeshi Shoji t.shoji_at_tripodw.jp)

  • Property svn:keywords set to Id
File size: 335 bytes
Line 
1default RESTORE
2prompt 1
3timeout 10000
4display message.txt
5label RESTORE
6 kernel vmlinuz
7 append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=24000 rw root=/dev/ram nuke RESTORE
8label expert
9 kernel vmlinuz
10 append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=24000 rw root=/dev/ram expert_mode
Note: See TracBrowser for help on using the repository browser.