From bc5be8ae6923c0605df687918b35a77a735b1b35 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Sep 2000 13:06:05 +0000 Subject: no_comment --- make_boot_img | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make_boot_img') diff --git a/make_boot_img b/make_boot_img index bd9ab96e6..79604ca34 100755 --- a/make_boot_img +++ b/make_boot_img @@ -1,6 +1,6 @@ #!/usr/bin/perl -@ARGV >= 2 or die "usage: $0 all|other|cdrom|hd|network|blank|pcmcia|live|tftp|tftprd\n"; +@ARGV >= 2 or die "usage: $0 all|other|cdrom|hd|hd_reiser|network|blank|pcmcia|live|tftp|tftprd\n"; use Config; Config->import; @@ -35,6 +35,7 @@ $install = $ {{ network => "install", cdrom => "local-install", hd => "local-install", + hd_reiser => "local-install", live64 => "full-install", tftp64 => "full-install", tftprd64 => "full-install", @@ -136,7 +137,7 @@ label lnx4win append ramdisk_size=32000 initrd=$type.rdz $ftype lnx4win vga=788 label oem kernel vmlinuz - append ramdisk_size=32000 initrd=cdrom.rdz cdrom rescue oem rw + append ramdisk_size=32000 initrd=all.rdz cdrom rescue oem rw label auto kernel vmlinuz append ramdisk_size=32000 initrd=$type.rdz $ftype auto_install=auto_inst.cfg.pl -- cgit v1.2.1