personal_scripts

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

commit 219b34a358807ecd75a6dc8a5247ba7a56b7f7be
parent 2aed720ecf076cce41ce3c4253fff4069e98e673
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sat, 21 Sep 2024 20:46:11 -0400

arch-secure-boot.sh: make reboot to firmware free of systemd dependency

Diffstat:
March-secure-boot.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch-secure-boot.sh b/arch-secure-boot.sh @@ -4,7 +4,7 @@ echo "In UEFI, clear the secure boot keys and disable secure boot. Then boot into this OS." echo "Rebooting..." -systemctl reboot --firmware-setup +loginctl reboot --firmware-setup # reinstalls grub, replace esp with your boot directory echo "Reinstalling grub..."