From ba49c648d57ae9a0a4067a42566a142bfd9026ef Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 6 Apr 2001 13:13:51 +0000 Subject: restore oem and preinst for every image. --- make_boot_img | 11 ++++------- 1 file 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 -- cgit v1.2.1