summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index ead18c786..0de802c72 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -90,7 +90,7 @@ sub boot_img_i386 {
__ "$sudo umount $mnt 2>/dev/null";
my $automatic = "";
- if ($type eq "hd") {
+ if ($type eq "hd" || $type eq "hdreiser") {
_ "bunzip2 -c $instdir/init-data/msgboot.img.bz2 > $img";
$automatic = "automatic=method:disk";
} elsif ($type eq "all") {