higher sleep

This commit is contained in:
Tobias Powalowski 2023-05-24 18:05:59 +02:00
parent 03d2914e1b
commit 3a28a4e048
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ if [[ "${TTY}" = "tty1" ]]; then
touch /etc/initrd-release touch /etc/initrd-release
echo -e "\e[1;94mArchboot\e[m \e[1m- Arch Linux Environment finished.\e[m" 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" 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 systemctl start initrd-switch-root
else else
while true; do while true; do

View file

@ -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;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[1;92mThe medium can be safely removed now! \e[m"
echo -e "\e[1mSystemd will take over in a second...\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 # remove mkinitcpio files and directories
rm -rf /sysroot/{hooks,install,kernel,new_root,sysroot} &>/dev/null rm -rf /sysroot/{hooks,install,kernel,new_root,sysroot} &>/dev/null
rm -f /sysroot/{VERSION,config,buildconfig,init} &>/dev/null rm -f /sysroot/{VERSION,config,buildconfig,init} &>/dev/null