zfsboot patch for /usr

Miroslav Lachman 000.fbsd at quip.cz
Thu Mar 10 00:04:42 UTC 2016


Roger Marquis wrote on 03/10/2016 00:36:
> Wondering if anyone has example patches for zfsboot (from
> usr.sbin/bsdinstall/scripts)?
>
> We're looking to change some of the default zfs subvolumes, removing /usr in
> favor of /usr/local in particular, and have run into a "parent does not exist"
> issue.  It's not clear where in the script the /usr parent dir should be
> mkdir'd.

I no nothing about this script but if you want /usr/local as ZFS 
filesystem, then you need to create parent (/usr in this case) and you 
can use property canmount=off plus different 'mountpoint' (for example 
/mnt/usr) to not mount /usr over existing directory on root filesystem.

Miroslav Lachman


More information about the freebsd-current mailing list