Skip to content
Snippets Groups Projects
Unverified Commit f00c0734 authored by nl6720's avatar nl6720
Browse files

Clear the screen after syslinux exits

Reduce the time where boot loader artifacts linger on screen after the boot loader has done its job.
parent ff926f72
No related branches found
No related tags found
1 merge request!22Clear the screen after syslinux launches the kernel to reduce the time where boot loader artifacts linger on screen
Pipeline #305 passed
UI boot/syslinux/menu.c32
MENU TITLE Arch Linux
MENU CLEAR
LABEL arch
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 msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU CLEAR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment