Change the /var dataset in the default ZFS layout to have the

ZFS property canmount=off so that /var/db/pkg and other such directories
are part of the / dataset, and only /var/mail, /var/log, and /var/crash
are excluded from the ZFS boot environment (beadm).

PR:		193971
Approved by:	jmg
MFC after:	ASAP
Relnotes:	yes
Sponsored by:	ScaleEngine Inc.
This commit is contained in:
Allan Jude 2014-09-28 21:44:23 +00:00
parent 2e46558755
commit 1aec0f4f91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272274

View File

@ -156,7 +156,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
/usr/src
# Create /var and friends
/var mountpoint=/var
/var mountpoint=/var,canmount=off
/var/crash exec=off,setuid=off
/var/log exec=off,setuid=off
/var/mail atime=on