From 7dcf5d77688ebac9a710f065558f0aa9e3b9ed4c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Jul 2000 19:34:01 +0000 Subject: no_comment --- make_boot_img | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index 55a25f6f9..1b0ed51b3 100755 --- a/make_boot_img +++ b/make_boot_img @@ -10,7 +10,6 @@ my $corporate = $ENV{CORPORATE} && " corporate"; #- use this for building a corp ($img, $type) = @ARGV; $instdir = "install"; -$ks = "kickstart=floppy" if $type =~ s/_ks//; $mnt = "/tmp/drakx_mnt"; $mke2fs = "/sbin/mke2fs -q -m 0 -F -s 1"; @@ -89,7 +88,7 @@ sub boot_img_i386 { _ "cat vmlinuz > $mnt/vmlinuz"; -f "$type.rdz" ? _ "cp -f $type.rdz $mnt" : initrd("${mnt}2", "$mnt/$type.rdz"); - my $timeout = $ks ? 1 : 72; + my $timeout = 72; output("$mnt/syslinux.cfg", " default linux prompt 1 @@ -99,19 +98,19 @@ F1 help.msg F2 boot.msg label linux kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type vga=788 + append ramdisk_size=32000 initrd=$type.rdz $type vga=788 label vgalo kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type vga=785 + append ramdisk_size=32000 initrd=$type.rdz $type vga=785 label vgahi kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type vga=791 + append ramdisk_size=32000 initrd=$type.rdz $type vga=791 label vga16 kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type vga16 + append ramdisk_size=32000 initrd=$type.rdz $type vga16 label text kernel vmlinuz - append $ks ramdisk_size=32000 initrd=$type.rdz $type text + append ramdisk_size=32000 initrd=$type.rdz $type text label patch kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $type patch vga=788 -- cgit v1.2.1