diff options
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 5 |
1 files changed, 3 insertions, 2 deletions
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 <image> all|other|cdrom|hd|network|blank|pcmcia|live|tftp|tftprd\n"; +@ARGV >= 2 or die "usage: $0 <image> 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 |