aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d6f986c..de244df 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -129,6 +129,10 @@ if [ -d /sys/firmware/efi ]; then
# shellcheck disable=SC1003 # backslash is literal text shown to the user
warn ' sudo efibootmgr --create --disk /dev/nvme0n1 --part 1 \'
warn " --label 'Arch UKI' --loader '\\EFI\\Linux\\arch-linux.efi'"
+ warn 'optionally, also register the linux-hardened UKI (opt-in boot):'
+ # shellcheck disable=SC1003
+ warn ' sudo efibootmgr --create --disk /dev/nvme0n1 --part 1 \'
+ warn " --label 'Arch Hardened' --loader '\\EFI\\Linux\\arch-linux-hardened.efi'"
fi
fi