From 6a337a6d55f2d99db55846aa46a1fcd78363de1f Mon Sep 17 00:00:00 2001 From: natemaia Date: Mon, 17 Dec 2018 22:36:36 -0800 Subject: [PATCH] Add keyfile for lvm installs with luks --- src/archlabs-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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