summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img4
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",