diff options
-rwxr-xr-x | make_boot_img | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/make_boot_img b/make_boot_img index f78bda944..39518e4c3 100755 --- a/make_boot_img +++ b/make_boot_img @@ -164,17 +164,14 @@ label rescue append ramdisk_size=32000 initrd=$type.rdz $automatic rescue rw label lnx4win kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz $automatic lnx4win vga=788" . - -($type eq 'all' && -"label preinst + append ramdisk_size=32000 initrd=$type.rdz $automatic lnx4win vga=788 +label preinst kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz automatic=method:cdrom rescue oem rw label oem kernel vmlinuz - append ramdisk_size=32000 initrd=$type.rdz automatic=method:cdrom rescue oem rw") . - -"label auto + append ramdisk_size=32000 initrd=$type.rdz automatic=method:cdrom rescue oem rw +label auto kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $automatic auto_install=Mandrake/base/auto_inst.cfg.pl label all |