Upgrading via source build, 10.4->11.2

Simon Wright diver06 at gmx.net
Thu Dec 6 13:53:14 UTC 2018


On 06/12/2018 21:34, George Mitchell wrote:
> so that I can installkernel and installworld on them in single user
> mode (hard to use NFS when booting in single user).        -- George

# cd /usr/src
# make installkernel KERNCONF=GENERIC (or whatever)

reboot then repeat with installworld:

# mount -a -t ufs
# /etc/netstart
then, assuming you have /usr/src nfs mounted in fstab
# mount -a -t nfs
# cd /usr/src
# make installworld




More information about the freebsd-stable mailing list