]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix error in bsdinstall where additional filesystems cannot be mounted
authorallanjude <allanjude@FreeBSD.org>
Mon, 23 May 2016 15:11:01 +0000 (15:11 +0000)
committerallanjude <allanjude@FreeBSD.org>
Mon, 23 May 2016 15:11:01 +0000 (15:11 +0000)
commitc7a0643d1cbea585773ab642582ec3f5e7fcc953
tree53005e81640ce003b9783d87fbdcee1da7cbf5a8
parent7ddccc27cd3b8cf9bef3dd5b7b71c8b82e914386
Fix error in bsdinstall where additional filesystems cannot be mounted

Do not set canmount=noauto on the boot environment at create time, because
this causes / to not be mounted, and since the chroot is read only, new
mountpoints cannot be created.

The property is set later, when other properties are adjusted

Reported by: HardenedBSD
Sponsored by: ScaleEngine Inc.
usr.sbin/bsdinstall/scripts/zfsboot