Skip to content

Commit b426781

Browse files
committed
fix: password -> passphrase
Signed-off-by: Brian Ketelsen <bketelsen@gmail.com>
1 parent f9977da commit b426781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snow_first_setup/scripts/install-to-disk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ NBC_ARGS=(
7070
# Add FDE options if enabled
7171
if [ "$FDE" == "true" ]; then
7272
NBC_ARGS+=("--encrypt")
73-
NBC_ARGS+=("--password" "$PASSPHRASE")
73+
NBC_ARGS+=("--passphrase" "$PASSPHRASE")
7474

7575
# Add TPM2 auto-unlock if requested
7676
if [ "$TPM2" == "true" ]; then

0 commit comments

Comments
 (0)