diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-21 13:06:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-21 13:06:05 +0000 |
commit | bc5be8ae6923c0605df687918b35a77a735b1b35 (patch) | |
tree | e0ef212f86e1eb11a08f27cdba793aeca737889f /make_boot_img | |
parent | bb5aeb1cde738a4ddb1fff00ea50093cb78e1337 (diff) | |
download | drakx-bc5be8ae6923c0605df687918b35a77a735b1b35.tar drakx-bc5be8ae6923c0605df687918b35a77a735b1b35.tar.gz drakx-bc5be8ae6923c0605df687918b35a77a735b1b35.tar.bz2 drakx-bc5be8ae6923c0605df687918b35a77a735b1b35.tar.xz drakx-bc5be8ae6923c0605df687918b35a77a735b1b35.zip |
no_comment
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 |