Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-06-29 21:20:13 +0300
committernl6720 <nl6720@gmail.com>2020-06-30 10:43:08 +0300
commitf00c0734ad3822ed5f191675b2939dfbe7d00be2 (patch)
tree405c8afddf68ef28dc0dc58877c3e00f998fed08 /configs
parentff926f72a10f751d3783c39e9789d768e2865ca1 (diff)
Clear the screen after syslinux exits
Reduce the time where boot loader artifacts linger on screen after the boot loader has done its job.
Diffstat (limited to 'configs')
-rw-r--r--configs/baseline/syslinux/syslinux.cfg1
-rw-r--r--configs/releng/syslinux/archiso_head.cfg2
2 files changed, 3 insertions, 0 deletions
diff --git a/configs/baseline/syslinux/syslinux.cfg b/configs/baseline/syslinux/syslinux.cfg
index 158a358..66b3217 100644
--- a/configs/baseline/syslinux/syslinux.cfg
+++ b/configs/baseline/syslinux/syslinux.cfg
@@ -1,5 +1,6 @@
UI boot/syslinux/menu.c32
MENU TITLE Arch Linux
+MENU CLEAR
LABEL arch
MENU LABEL Arch Linux
diff --git a/configs/releng/syslinux/archiso_head.cfg b/configs/releng/syslinux/archiso_head.cfg
index 81ad26e..a915d34 100644
--- a/configs/releng/syslinux/archiso_head.cfg
+++ b/configs/releng/syslinux/archiso_head.cfg
@@ -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