Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 21:53:06 +0800
From:      Simon Wright <diver06@gmx.net>
To:        freebsd-stable@freebsd.org
Subject:   Re: Upgrading via source build, 10.4->11.2
Message-ID:  <9cfcc0f4-b29c-618e-665e-f9d1e4f5e203@gmx.net>
In-Reply-To: <2d92cd1a-0c2d-76d6-ba52-3f3a160db57d@m5p.com>
References:  <3ca7915d-ab97-065c-44a0-77d18686dfcc@m5p.com> <CANCZdfrkU4jdT%2BeETdOos3E1wMs_FpsWFUUFBTXUSs6tjTNVxw@mail.gmail.com> <ca60b206-8e1e-12a6-4890-63340ea354c5@m5p.com> <671e2b4f-9f44-ae4e-a897-47b9b0972ffa@quip.cz> <2d92cd1a-0c2d-76d6-ba52-3f3a160db57d@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9cfcc0f4-b29c-618e-665e-f9d1e4f5e203>