What is the best way to compile the customized kernel after doing freebsd-update?
My method is:
My method is:
Code:
# freebsd-update fetch
# freebsd-update install
# reboot
# freebsd-update install
# /usr/sbin/config -g CUSTOM
# cd /usr/src
# make buildkernel KERNCONF=CUSTOM
# make installkernel KERNCONF=CUSTOM
# reboot