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
|
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue