diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-10 17:06:36 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-10 17:06:36 +0000 |
commit | 2c6dd8d2d52e51f1974f442f064463cc583c6394 (patch) | |
tree | bd8e4bcace68480a4d5af2f1504c3ff0e49f4ccf /make_boot_img | |
parent | 3526898981ca56e23d7722d86f66c30b93ac4cd9 (diff) | |
download | drakx-2c6dd8d2d52e51f1974f442f064463cc583c6394.tar drakx-2c6dd8d2d52e51f1974f442f064463cc583c6394.tar.gz drakx-2c6dd8d2d52e51f1974f442f064463cc583c6394.tar.bz2 drakx-2c6dd8d2d52e51f1974f442f064463cc583c6394.tar.xz drakx-2c6dd8d2d52e51f1974f442f064463cc583c6394.zip |
use a different boot.msg file for blank.img image floppy.
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index e562bb40a..c9c2dc4f0 100755 --- a/make_boot_img +++ b/make_boot_img @@ -118,6 +118,8 @@ sub boot_img_i386 { _ "bunzip2 -c $instdir/init-data/msgboot.img.bz2 > $img"; } elsif ($type eq "all") { _ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo-2880.img.bz2 > $img"; + } elsif ($type eq "blank") { + _ "bunzip2 -c $instdir/init-data/msgboot-blank.img.bz2 > $img"; } else { _ "bunzip2 -c $instdir/init-data/msgboot-graphicallogo.img.bz2 > $img"; } |