diff --git a/templates/9990-initramfs-tools.sh b/templates/9990-initramfs-tools.sh index 606cf4e..4504deb 100755 --- a/templates/9990-initramfs-tools.sh +++ b/templates/9990-initramfs-tools.sh @@ -59,7 +59,6 @@ panic() # Reboot system printf "System will reboot in 30 seconds. Press any key to spawn a shell instead.\n" if ! read -t 30; then - sleep 30 reboot -f fi