From ab1ae1631943e61eead231301023363724aea237 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 3 Dec 2025 09:25:51 +0100 Subject: [PATCH] fixed Cryptsetup command mayyybeeeee????? --- setup/arch-autoinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/arch-autoinstall.sh b/setup/arch-autoinstall.sh index 8425f75..4dd29d5 100755 --- a/setup/arch-autoinstall.sh +++ b/setup/arch-autoinstall.sh @@ -81,8 +81,8 @@ read -rp "Enable FIDO2 unlocking for root partition? (YES/NO): " FIDO_ROOT # LUKS ENCRYPT ROOT ############################################ echo "Encrypting root partition..." -cryptsetup luksFormat "$ROOT_PART" --type luks2 -cryptsetup open "$ROOT_PART" cryptroot +cryptsetup -v luksFormat "$ROOT_PART" +cryptsetup open "$ROOT_PART" root ############################################ # OPTIONAL FIDO2 ENROLLMENT