From owner-freebsd-stable Wed Aug 7 7:46:55 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 EBFF837B400 for ; Wed, 7 Aug 2002 07:46:50 -0700 (PDT) Received: from topperwein.dyndns.org (acs-24-154-28-203.zoominternet.net [24.154.28.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B1643E7B for ; Wed, 7 Aug 2002 07:46:50 -0700 (PDT) (envelope-from behanna@zbzoom.net) Received: from topperwein (topperwein [192.168.168.10]) by topperwein.dyndns.org (8.12.5/8.12.5) with ESMTP id g77EkoQC020903 for ; Wed, 7 Aug 2002 10:46:50 -0400 (EDT) (envelope-from behanna@zbzoom.net) Date: Wed, 7 Aug 2002 10:46:45 -0400 (EDT) From: Chris BeHanna Reply-To: Chris BeHanna To: FreeBSD-Stable Subject: Re: make buildworld In-Reply-To: <20020807141934.23707.qmail@ns1.onie.yi.org> Message-ID: <20020807104347.F20616-100000@topperwein.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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