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:
parent
ff926f72a1
commit
f00c0734ad
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user