We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9977da commit b426781Copy full SHA for b426781
snow_first_setup/scripts/install-to-disk
@@ -70,7 +70,7 @@ NBC_ARGS=(
70
# Add FDE options if enabled
71
if [ "$FDE" == "true" ]; then
72
NBC_ARGS+=("--encrypt")
73
- NBC_ARGS+=("--password" "$PASSPHRASE")
+ NBC_ARGS+=("--passphrase" "$PASSPHRASE")
74
75
# Add TPM2 auto-unlock if requested
76
if [ "$TPM2" == "true" ]; then
0 commit comments