Date: Tue, 24 Aug 2004 17:49:29 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Curtis Vaughan <curtis@npc-usa.com> Cc: freebsd-questions@freebsd.org Subject: Re: cvsup Message-ID: <20040824174250.C6883@wonkity.com> In-Reply-To: <12ABC2FC-F625-11D8-8159-000393934006@npc-usa.com> References: <20040824230703.30122.qmail@web53909.mail.yahoo.com> <12ABC2FC-F625-11D8-8159-000393934006@npc-usa.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Aug 2004, Curtis Vaughan wrote: > BTW! After updating to 4-STABLE do I then perform all the following steps? > > Go to /usr/src > enter the command: make buildworld KERNCONF=yourkernelname > then: make kernel > reboot > go to /usr/src and type: make installworld No: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html The overview from the Handbook goes like this: # make buildworld # make buildkernel # make installkernel # reboot You should boot in single user mode (using boot -s from loader prompt for example). Then run: # mergemaster -p # make installworld # mergemaster # reboot (I don't boot into single user there, but it's definitely a good thing to do.) -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824174250.C6883>