sleep 2 for reading message

This commit is contained in:
Tobias Powalowski 2023-05-24 17:10:24 +02:00
parent ad0038743a
commit a713577e48

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;92mThe medium can be safely removed now! \e[m"
echo -e "\e[1mSystemd will take over in a second...\e[m"
read -r -t 1
read -r -t 2
# 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