From owner-freebsd-stable Wed Aug 7 11:53:58 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 5BC5037B400 for ; Wed, 7 Aug 2002 11:53:53 -0700 (PDT) Received: from I-Sphere.COM (shell.i-sphere.com [209.249.146.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA5A43E5E for ; Wed, 7 Aug 2002 11:53:52 -0700 (PDT) (envelope-from fasty@shell.i-sphere.com) Received: from shell.i-sphere.com (fasty@shell [209.249.146.70]) by I-Sphere.COM (8.12.3/8.12.3) with ESMTP id g77Is6Mj098124; Wed, 7 Aug 2002 11:54:06 -0700 (PDT) (envelope-from fasty@shell.i-sphere.com) Received: (from fasty@localhost) by shell.i-sphere.com (8.12.3/8.12.3/Submit) id g77Is22L098123; Wed, 7 Aug 2002 11:54:02 -0700 (PDT) Date: Wed, 7 Aug 2002 11:54:02 -0700 From: faSty To: Ronneil Camara Cc: FreeBSD-Stable Subject: Re: make buildworld Message-ID: <20020807185402.GC97818@i-sphere.com> References: <20020807104347.F20616-100000@topperwein.dyndns.org> <20020807183637.25217.qmail@ns1.onie.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020807183637.25217.qmail@ns1.onie.yi.org> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) 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 Hi, I have been doing since couple years. cvsup -g -L 2 stan;e-supfile cd /usr/src make world make kernel KERNCONF= mergemaster reboot it works for me very well :) -fasty On Wed, Aug 07, 2002 at 01:36:37PM -0500, Ronneil Camara wrote: > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message