From 6576af21ea0acbde19951d9c1ab98e9d0b0e8754 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 12 Dec 2025 13:41:06 +0100 Subject: [PATCH] cryptsetup backup password --- setup/arch-auto-install-new-cgpt.sh.old | 1 + 1 file changed, 1 insertion(+) 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