diff --git a/src/archlabs-installer b/src/archlabs-installer index 778c08b..b66c23b 100755 --- a/src/archlabs-installer +++ b/src/archlabs-installer @@ -2025,7 +2025,7 @@ run_mkinitcpio() { local add="" # setup a keyfile for LUKS.. Only when choosing grub and system is UEFI - if [[ $LUKS && ! $LVM && $SYS == 'UEFI' && $BOOTLDR == 'grub' ]]; then + if [[ $LUKS && $SYS == 'UEFI' && $BOOTLDR == 'grub' ]]; then luks_keyfile fi