Changes

Jump to: navigation, search
no edit summary
[[Category:FreeBSD]]
 
== Introduction ==
sudo install -g staff -o aram /tmp/make.conf /etc
== Create Exclude the kernels from freebsd-update(8) == Make sure /usretc/obj ==freebsd-update.conf doesn't list the kernels:  Components src world
Assuming you have ZFS:== Set permissions to build as user ==
sudo zfs create zroot/usr/obj# assuming you have ZFS
sudo chown aram:staff /usr/obj
sudo reboot
 
== Update ==
 
When updating to the same RELEASE, run freebsd-update(8) to get new source and binaries, then recompile the kernels and reboot.
 
You can't upgrade to a newer RELEASE without rebuilding the newer kernel first.
== References ==
* [https://www.freebsd.org/cgi/man.cgi?query=src.conf&sektion=5&apropos=0&manpath=FreeBSD+11.2-RELEASE+and+Ports src.conf(5)]
* [https://www.freebsd.org/cgi/man.cgi?build(7) build(7)]
* [https://www.freebsd.org/cgi/man.cgi?query=isp&apropos=0&sektion=4&manpath=FreeBSD+811.12-RELEASE &arch=default&format=html isp(4)]

Navigation menu