Date: 29 May 2002 10:03:13 -0500 From: Kirk Strauser <kirk@strauser.com> To: freebsd-questions@freebsd.org Subject: Re: Updating question (yes, I know that this has been rehashed many t imes...) Message-ID: <87znyjj8su.fsf@pooh.int> In-Reply-To: <375F68784081D511908A00508BE3BB1701EF1AD5@phsexch22.mgh.harvard.edu> References: <375F68784081D511908A00508BE3BB1701EF1AD5@phsexch22.mgh.harvard.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
At 2002-05-29T14:34:34Z, "Morse, Richard E." <REMORSE@PARTNERS.ORG> writes: > I know I start with: > cd /usr/src > make -j4 buildworld KERNCONF=EINSTEIN > --go to single-user mode > cd /usr/src > make installworld KERNCONF=EINSTEIN > mergemaster > cd /dev > ./MAKEDEV all > --reboot From /usr/src/UPDATING: To update from 4.0-RELEASE or later to the most current 4.x-STABLE ---------- make buildworld make buildkernel KERNCONF=YOUR_KERNEL_HERE make installkernel KERNCONF=YOUR_KERNEL_HERE reboot (in single user) make installworld mergemaster reboot The main difference that I see is that buildkernel and installkernel are seperate from {build,install}world. -- Kirk Strauser The Strauser Group - http://www.strausergroup.com/ 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?87znyjj8su.fsf>