From 9cf378888739d882f0cb6916d998b68a7812593c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 1 Mar 2023 21:22:04 +0100 Subject: [PATCH] clear screen first --- usr/lib/archboot/login.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index ff8030e4d..e81e0e660 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -154,6 +154,7 @@ fi if [[ -e /usr/bin/setup ]]; then if ! [[ -e /tmp/.locale ]]; then + clear _welcome echo -e "Hit \e[1m\e[92mENTER\e[m for \e[1mlogin\e[m." read -r