From 937a2262592cc0d4bc9dc42f4e6dcd7657fa2307 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 18 Jun 2023 17:53:00 +0200 Subject: [PATCH] stop systemd-session-user by hand --- usr/lib/archboot/login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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