fixed Cryptsetup command mayyybeeeee?????

main
The_miro 2025-12-03 09:25:51 +01:00
parent b59212937d
commit ab1ae16319
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ read -rp "Enable FIDO2 unlocking for root partition? (YES/NO): " FIDO_ROOT
# LUKS ENCRYPT ROOT # LUKS ENCRYPT ROOT
############################################ ############################################
echo "Encrypting root partition..." echo "Encrypting root partition..."
cryptsetup luksFormat "$ROOT_PART" --type luks2 cryptsetup -v luksFormat "$ROOT_PART"
cryptsetup open "$ROOT_PART" cryptroot cryptsetup open "$ROOT_PART" root
############################################ ############################################
# OPTIONAL FIDO2 ENROLLMENT # OPTIONAL FIDO2 ENROLLMENT