summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-02-23 16:43:49 +0100
committerSimon Rettberg2024-02-23 16:43:49 +0100
commitaf138c33a96e73ba2a65fd0639369aa94419a4b7 (patch)
tree541fd1de7850d424f7c884c0884edabeb5b534d4
parent[grub] Disable debug code (diff)
downloadsetup-scripts-af138c33a96e73ba2a65fd0639369aa94419a4b7.tar.gz
setup-scripts-af138c33a96e73ba2a65fd0639369aa94419a4b7.tar.xz
setup-scripts-af138c33a96e73ba2a65fd0639369aa94419a4b7.zip
[grub] Forgot more debug code
-rw-r--r--grub_localboot/boot.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/grub_localboot/boot.cfg b/grub_localboot/boot.cfg
index 8dfb7ed..5c435a3 100644
--- a/grub_localboot/boot.cfg
+++ b/grub_localboot/boot.cfg
@@ -26,8 +26,8 @@ for efi in (*,gpt*)/efi/grub/grubx64.efi (*,gpt*)/efi/boot/bootx64.efi (*,gpt*)/
echo " >> Found operating system! <<"
echo " Path: '${efi}' on '${root}'"
echo " Fallback '${efi_path}'"
- echo " Booting in 5s..."
- sleep --interruptible --verbose 5
+ #echo " Booting in 5s..."
+ #sleep --interruptible --verbose 5
chainloader "${efi}"
boot
echo " That failed..."