From 57c9a45c5e54c97a71143cf73da8b9ad7c2e5d34 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Apr 2000 23:14:11 +0000 Subject: no_comment --- make_boot_img | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index 7bf90bdce..37a575846 100755 --- a/make_boot_img +++ b/make_boot_img @@ -96,13 +96,16 @@ label text append $ks ramdisk_size=32000 initrd=$type.rdz $type text label patch kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type patch + append ramdisk_size=32000 initrd=$type.rdz $type patch label expert kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type expert + append ramdisk_size=32000 initrd=$type.rdz $type expert label rescue kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type rescue rw + append ramdisk_size=32000 initrd=$type.rdz $type rescue rw +label auto + kernel vmlinuz + append ramdisk_size=32000 initrd=$type.rdz $type auto_install=auto_inst.cfg.pl "); _ "cp -f $instdir/installinit/ks.cfg $mnt 2>/dev/null"; _ "sync"; -- cgit v1.2.1