Clear the screen after syslinux exits

Reduce the time where boot loader artifacts linger on screen after the boot loader has done its job.
This commit is contained in:
nl6720 2020-06-29 21:20:13 +03:00
parent ff926f72a1
commit f00c0734ad
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
UI boot/syslinux/menu.c32 UI boot/syslinux/menu.c32
MENU TITLE Arch Linux MENU TITLE Arch Linux
MENU CLEAR
LABEL arch LABEL arch
MENU LABEL Arch Linux MENU LABEL Arch Linux

View File

@ -23,3 +23,5 @@ MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU CLEAR