From 058d5f0bb4b61ff63649595c524d033484360bbb Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 4 Jan 2001 15:56:29 +0000 Subject: do not use graphicallogo for hdreiser neither --- make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- cgit v1.2.1