source: MondoRescue/trunk/mindi/isolinux-H.cfg@ 24

Last change on this file since 24 was 24, checked in by bcornec, 19 years ago

Correct [ Bug #4991 ] -H option of mondoarchive is not completely automatic
https://developer.berlios.de/bugs/?func=detailbug&bug_id=4991&group_id=2524

Not tested yet.

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.