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