Clear the screen before displaying the boot menu

This commit is contained in:
Pierre Pronchery 2014-04-07 02:36:13 +02:00
parent 17d084cb08
commit 24d795a064

View File

@ -1,5 +1,5 @@
#$Id$ #$Id$
#Copyright (c) 2008-2013 Pierre Pronchery <khorben@defora.org> #Copyright (c) 2008-2014 Pierre Pronchery <khorben@defora.org>
@ -100,6 +100,7 @@ _image_image_post()
BOOT_SPLASH="vesa 640x480x8;splash /netbsd.jpeg;boot netbsd -z" BOOT_SPLASH="vesa 640x480x8;splash /netbsd.jpeg;boot netbsd -z"
fi fi
$SUDO sh -c "cat > $DESTDIR/boot.cfg" << EOF $SUDO sh -c "cat > $DESTDIR/boot.cfg" << EOF
clear=1
banner=Welcome to DeforaOS banner=Welcome to DeforaOS
banner==================== banner====================
banner= banner=
@ -173,6 +174,7 @@ _image_iso_post()
BOOT_SPLASH="vesa 640x480x8;splash /netbsd.jpeg;boot netbsd -z" BOOT_SPLASH="vesa 640x480x8;splash /netbsd.jpeg;boot netbsd -z"
fi fi
$SUDO sh -c "cat > $DESTDIR/boot.cfg" << EOF $SUDO sh -c "cat > $DESTDIR/boot.cfg" << EOF
clear=1
banner=Welcome to DeforaOS banner=Welcome to DeforaOS
banner==================== banner====================
banner= banner=