diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index fefcdefef..036ead731 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -57,10 +57,10 @@ if [[ "${TTY}" = "tty1" ]]; then rm -f /sysroot/{VERSION,config,buildconfig,init} &>/dev/null # systemd needs this for root_switch touch /etc/initrd-release - touch /run/nologin echo -e "\e[1;96mArchboot\e[m \e[1m- Arch Linux Environment finished.\e[m" echo -e "\e[1mSystemd initrd-switch-root will be launched in a second...\e[m" read -r -t 3 + systemctl stop systemd-user-sessions.service systemctl start initrd-switch-root.target else while true; do