From 2c6dd8d2d52e51f1974f442f064463cc583c6394 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 10 Sep 2001 17:06:36 +0000 Subject: use a different boot.msg file for blank.img image floppy. --- make_boot_img | 2 ++ 1 file changed, 2 insertions(+) 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"; } -- cgit v1.2.1