https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292682

--- Comment #4 from Wallace <[email protected]> ---
On a 14.3 host I git pulled 15.0 src into a ZFS dataset.

Then,

mount_nullfs /usr/freebsd-images/150/src /usr/src
mount_nullfs /usr/freebsd-images/150/obj /usr/obj

Then, buildworld and buildkernel. 

This data gets copied to a NFS shares that our hosts can mount. 

When I upgrade a host we NFS mount src and obj.

cd /usr/src
make -j64 installkernel
shutdown -r now

mount nfs

cd /usr/src
make -j64 installworld
etcupdate

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to