From owner-freebsd-stable Wed Aug 7 11:38:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 337B437B400 for ; Wed, 7 Aug 2002 11:38:15 -0700 (PDT) Received: from ns1.onie.yi.org (12-248-252-90.client.attbi.com [12.248.252.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3679C43E77 for ; Wed, 7 Aug 2002 11:38:14 -0700 (PDT) (envelope-from neil@restricted.dyndns.org) Received: (qmail 25218 invoked by uid 89); 7 Aug 2002 18:36:37 -0000 Message-ID: <20020807183637.25217.qmail@ns1.onie.yi.org> References: <20020807104347.F20616-100000@topperwein.dyndns.org> In-Reply-To: <20020807104347.F20616-100000@topperwein.dyndns.org> From: "Ronneil Camara" To: Chris BeHanna Cc: FreeBSD-Stable Subject: Re: make buildworld Date: Wed, 07 Aug 2002 13:36:37 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I won't comment on your reply but here is what I have been doing since 1999. vi stable-supfile cvsup -g -L2 stable-supfile cd /usr/src make buildworld make installworld make buildkernel KERNCONF= make installkernel KERNCONF= mergemaster update /stand/sysinstall reboot That's it without problems. Chris BeHanna writes: > On Wed, 7 Aug 2002, Ronneil Camara wrote: > >> All I can say is that I just normally execute those commands as what I have >> been doing a long time ago. >> >> vi stable-supfile >> cvsup -g -L2 stable-supfile >> cd /usr/src >> make buildworld >> make installworld > > This is not right. Here's what you should be doing: > > vi stable-supfile > cvsup -g -L2 stable-supfile > cd /usr/src > make buildworld > make buildkernel KERNCONF= > make installkernel > shutdown -r now > # (make sure the system comes up) > shutdown -r now > # (come up in single-user mode this time) > make installworld > mergemaster > shutdown -r now > # (come up normally this time) > > These steps have been documented in /usr/src/UPDATING since 4.0. This > is the only supported procedure for upgrading your system from source. > > -- > Chris BeHanna http://www.pennasoft.com > Principal Consultant > PennaSoft Corporation > chris@pennasoft.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message