commit c827ae2f015033cdc4c0c1acecaafe98679e4790
parent 5c0b7ddddf6993a31e57022df33acfbc3e866ef8
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 22 Aug 2024 22:23:26 -0400
arch-secure-boot.sh: remove unnecessary TODO comment and fix other comment for clarity
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch-secure-boot.sh b/arch-secure-boot.sh
@@ -2,7 +2,6 @@
### PRE RUN INSTRUCTIONS ###
# clear secure boot keys in uefi/enter setup mode
-# TODO: add if statement to check if secure boot keys are cleared; probably use
echo "In UEFI, clear the secure boot keys and disable secure boot. Then boot into this OS."
echo "Rebooting..."
systemctl reboot --firmware-setup
@@ -12,7 +11,7 @@ echo "Reinstalling grub..."
grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=Artix --modules="tpm" --disable-shim-lock
-# remove existing files with Rcns
+# remove existing files with 'pacman -Rcns'
# TODO: get which aur helper exists on system
echo "Cleaning existing secure boot files..."
pacman -Rcns sbctl || paru -Rcns sbctl-git