diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-04 15:56:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-04 15:56:29 +0000 |
commit | 058d5f0bb4b61ff63649595c524d033484360bbb (patch) | |
tree | f9e1be1975aae1da11ebaa42731a1b8061e92b1c | |
parent | 037f239dffe666b8bd99624e2ac23d0ec889fdac (diff) | |
download | drakx-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
-rwxr-xr-x | make_boot_img | 2 |
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") { |