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


_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to