From 3a28a4e048008aa1b5bd8ba8833a3d6f481f96f6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 24 May 2023 18:05:59 +0200 Subject: [PATCH] higher sleep --- usr/lib/archboot/login.sh | 2 +- usr/share/archboot/base/init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index 5f93e461d..5391199d0 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -52,7 +52,7 @@ if [[ "${TTY}" = "tty1" ]]; then touch /etc/initrd-release echo -e "\e[1;94mArchboot\e[m \e[1m- Arch Linux Environment finished.\e[m" echo -e "\e[1mSystemd will take over in a second...\e[m" - read -r -t 2 + read -r -t 3 systemctl start initrd-switch-root else while true; do diff --git a/usr/share/archboot/base/init b/usr/share/archboot/base/init index 0bc87f185..316dacab2 100755 --- a/usr/share/archboot/base/init +++ b/usr/share/archboot/base/init @@ -110,7 +110,7 @@ echo 0 > /proc/sys/kernel/sysrq echo -e "\e[1;94mArchboot\e[m \e[1m- Arch Linux Environment finished.\e[m" echo -e "\e[1;92mThe medium can be safely removed now! \e[m" echo -e "\e[1mSystemd will take over in a second...\e[m" -read -r -t 2 +read -r -t 3 # remove mkinitcpio files and directories rm -rf /sysroot/{hooks,install,kernel,new_root,sysroot} &>/dev/null rm -f /sysroot/{VERSION,config,buildconfig,init} &>/dev/null