diff --git a/setup/arch-auto-install-new-cgpt.sh.old b/setup/arch-auto-install-new-cgpt.sh.old index 17b2c54..d865d78 100755 --- a/setup/arch-auto-install-new-cgpt.sh.old +++ b/setup/arch-auto-install-new-cgpt.sh.old @@ -48,6 +48,7 @@ read -rp "Enable FIDO2 unlocking for root partition? (YES/NO): " FIDO_ROOT echo "Encrypting root partition with LUKS..." cryptsetup luksFormat "$ROOT_PART" --type luks2 cryptsetup open "$ROOT_PART" cryptroot +cryptsetup luksAddKey "$ROOT_PART" # Add multiple FIDO2 keys for LUKS