kasse said:Of course a local server, but from what I understand, in Michael Lucas Absolute freebsd 2ed p387, he mentions that it is rude to the mirror maintainers to download the sources, you should preferably use cd's.
# cd /usr/src
# make buildworld
# make buildkernel KERNCONF="your custom kernel name"
# make installkernel KERNCONF="your custom kernel name"
# nextboot -o "-s" -k kernel
# reboot
# fsck -p
# mount -a
# cd /usr/src
# mergemaster -p
# make installworld
# mergemaster –Ui
# reboot