update login message

This commit is contained in:
Tobias Powalowski 2024-02-25 10:10:06 +01:00
parent 88ecf7300c
commit a927254488
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@
_TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Basic Setup | Clock Configuration"
_hwclock() {
_DATE_PROGRAM=timedatectl
echo 0.0 0 0.0 > /etc/adjtime
echo 0 >> /etc/adjtime
echo UTC >> /etc/adjtime

View file

@ -74,7 +74,7 @@ _enter_shell() {
# dbus sources profiles again
if ! echo "${TTY}" | grep -q pts; then
echo ""
echo -e "Hit \e[1m\e[92mENTER\e[m for \e[1mlogin\e[m routine."
echo -e "Hit \e[1m\e[92mENTER\e[m for \e[1mlogin\e[m routine or \e[1m\e[92mCTRL-C\e[m to skip routine."
cd /
read -r
clear