From owner-freebsd-questions Wed May 29 8: 3:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by hub.freebsd.org (Postfix) with ESMTP id DC83A37B40F for ; Wed, 29 May 2002 08:03:17 -0700 (PDT) Received: from pooh.int (mail@pooh.int [10.0.1.2]) by kanga.honeypot.net (8.12.3/8.12.3) with ESMTP id g4TF3DmS085425 for ; Wed, 29 May 2002 10:03:14 -0500 (CDT) (envelope-from kirk@strauser.com) Received: from kirk by pooh.int with local (Exim 3.35 #1 (Debian)) id 17D4yn-0007ZH-00 for ; Wed, 29 May 2002 10:03:13 -0500 To: freebsd-questions@freebsd.org Subject: Re: Updating question (yes, I know that this has been rehashed many t imes...) References: <375F68784081D511908A00508BE3BB1701EF1AD5@phsexch22.mgh.harvard.edu> From: Kirk Strauser Date: 29 May 2002 10:03:13 -0500 In-Reply-To: <375F68784081D511908A00508BE3BB1701EF1AD5@phsexch22.mgh.harvard.edu> Message-ID: <87znyjj8su.fsf@pooh.int> Lines: 33 X-Mailer: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2002-05-29T14:34:34Z, "Morse, Richard E." 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