diff options
-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"; } |