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:
Devin Teske 2013-12-09 22:58:26 +00:00
parent 5e78a56e51
commit 886be5725f

View File

@ -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" \