stop systemd-session-user by hand

This commit is contained in:
Tobias Powalowski 2023-06-18 17:53:00 +02:00
parent 6e16fd3276
commit 937a226259

View file

@ -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