diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-09-22 22:36:52 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-09-22 22:36:52 +0000 |
commit | 9259442e1c4374f2bb0daa07cde14a889db8911f (patch) | |
tree | c9d61e0fcc9a00888b3827e4fbb24d73375e3c47 /make_boot_img | |
parent | 046c5b383794bfe42480723d32bbb91380671bab (diff) | |
download | drakx-9259442e1c4374f2bb0daa07cde14a889db8911f.tar drakx-9259442e1c4374f2bb0daa07cde14a889db8911f.tar.gz drakx-9259442e1c4374f2bb0daa07cde14a889db8911f.tar.bz2 drakx-9259442e1c4374f2bb0daa07cde14a889db8911f.tar.xz drakx-9259442e1c4374f2bb0daa07cde14a889db8911f.zip |
try to fix hd_reiser.img
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_boot_img b/make_boot_img index b41905f89..8aca92237 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|hd_reiser|network|blank|pcmcia|live|tftp|tftprd\n"; +@ARGV >= 2 or die "usage: $0 <image> all|other|cdrom|hd|hdreiser|network|blank|pcmcia|live|tftp|tftprd\n"; use Config; Config->import; @@ -35,7 +35,7 @@ $install = $ {{ network => "install", cdrom => "local-install", hd => "local-install", - hd_reiser => "local-install", + hdreiser => "local-install", live64 => "full-install", tftp64 => "full-install", tftprd64 => "full-install", |