personal_scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 55083c1a2c1a03d1799be6699f8dbac6858363c5
parent 2ada7c5f32adbc316e7de001efc40086f78e3906
Author: mrgrouse <bdmfegys@duck.com>
Date:   Tue, 12 Nov 2024 19:36:31 -0500

arch-secure-boot.sh: allow for user intervention before rebooting to firmware

Diffstat:
March-secure-boot.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch-secure-boot.sh b/arch-secure-boot.sh @@ -4,6 +4,8 @@ echo "In UEFI, clear the secure boot keys and disable secure boot. Then boot into this OS." echo "Rebooting..." +echo "Press CTRL-C to cancel within 5 seconds..." +sleep 5 loginctl reboot --firmware-setup # reinstalls grub, replace esp with your boot directory