Date: Sat, 25 Aug 2001 14:14:00 -0500 From: Mike Meyer <mwm@mired.org> To: "Eric Lam" <ecrim@earthlink.net> Cc: questions@freebsd.org Subject: Re: cvsup Message-ID: <15239.63736.522333.654413@guru.mired.org> In-Reply-To: <108308478@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric Lam <ecrim@earthlink.net> types: > Quick question. do I need to build/make anything after cvsup, or is it > automatic? And if it's not automatic, what is the command to build > everything? Thanks. Read /usr/src/UPDATING. Always. All the details can be found at <URL: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html >. The short answer is: # cd /usr/src # make buildworld # make kernel <reboot, and get to single user with all local file systems mounted> # cd /usr/src # make installworld # mergemaster # reboot Forgetting mergemaster tends to lead to failures, most notably with pam. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15239.63736.522333.654413>