fixed Cryptsetup command mayyybeeeee?????
parent
b59212937d
commit
ab1ae16319
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue