summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-04 15:56:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-04 15:56:29 +0000
commit058d5f0bb4b61ff63649595c524d033484360bbb (patch)
treef9e1be1975aae1da11ebaa42731a1b8061e92b1c /make_boot_img
parent037f239dffe666b8bd99624e2ac23d0ec889fdac (diff)
downloaddrakx-backup-do-not-use-058d5f0bb4b61ff63649595c524d033484360bbb.tar
drakx-backup-do-not-use-058d5f0bb4b61ff63649595c524d033484360bbb.tar.gz
drakx-backup-do-not-use-058d5f0bb4b61ff63649595c524d033484360bbb.tar.bz2
drakx-backup-do-not-use-058d5f0bb4b61ff63649595c524d033484360bbb.tar.xz
drakx-backup-do-not-use-058d5f0bb4b61ff63649595c524d033484360bbb.zip
do not use graphicallogo for hdreiser neither
Diffstat (limited to 'make_boot_img')
-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") {