Fix a regression introduced by SVN r257842. Result was that after
successfully installing to encrypted ZFS root, the passphrase is not accepted and a message about "incorrect key" is displayed. MFC after: 3 days
This commit is contained in:
parent
5e78a56e51
commit
886be5725f
@ -1203,7 +1203,7 @@ zfs_create_boot()
|
||||
return $FAILURE
|
||||
f_eval_catch $funcname printf "$PRINTF_CONF" \
|
||||
geli_%s_keyfile0_type \
|
||||
'"$disk$targetpart" "$disk$targetpart"' \
|
||||
'"$disk$targetpart" "$disk$targetpart:geli_keyfile0"' \
|
||||
\$BSDINSTALL_TMPBOOT/loader.conf.\$disk\$targetpart ||
|
||||
return $FAILURE
|
||||
f_eval_catch $funcname printf "$PRINTF_CONF" \
|
||||
|
Loading…
Reference in New Issue
Block a user