Fix bsdinstall when working with geli boot disks
PR: 196790 Differential Revision: https://reviews.freebsd.org/D566 Submitted by: Michael Gmelin <grembo@FreeBSD.org> MFC after: 2 weeks Sponsored by: Multiplay
This commit is contained in:
parent
b2bdc62a95
commit
e751d176f3
@ -1077,6 +1077,9 @@ zfs_create_boot()
|
||||
boot_vdevs="$boot_vdevs $disk$bootpart"
|
||||
fi
|
||||
zroot_vdevs="$zroot_vdevs $disk$targetpart"
|
||||
if [ "$ZFSBOOT_GELI_ENCRYPTION" ]; then
|
||||
zroot_vdevs="$zroot_vdevs.eli"
|
||||
fi
|
||||
|
||||
n=$(( $n + 1 ))
|
||||
done # disks
|
||||
|
Loading…
x
Reference in New Issue
Block a user