diff --git a/easy-arch.sh b/easy-arch.sh index 675950e..f000e38 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -411,6 +411,10 @@ arch-chroot /mnt /bin/bash -e </dev/null + # Create SecureBoot keys. + # This isn't strictly necessary, linux-hardened preset expects it and mkinitcpio will fail without it. + sbctl create-keys + # Generating a new initramfs. mkinitcpio -P &>/dev/null