From owner-freebsd-questions@FreeBSD.ORG Sun Dec 5 16:37:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A698216A4CE for ; Sun, 5 Dec 2004 16:37:22 +0000 (GMT) Received: from av11-2-sn4.m-sp.skanova.net (av11-2-sn4.m-sp.skanova.net [81.228.10.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA1443D2D for ; Sun, 5 Dec 2004 16:37:21 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av11-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 9711B37E4D; Sun, 5 Dec 2004 17:37:20 +0100 (CET) Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av11-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 854E837E42 for ; Sun, 5 Dec 2004 17:37:20 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 5188237E43 for ; Sun, 5 Dec 2004 17:37:20 +0100 (CET) Received: (qmail 34386 invoked by uid 1001); 5 Dec 2004 16:37:18 -0000 Date: Sun, 5 Dec 2004 17:37:18 +0100 From: Erik Trulsson To: Free BSD Questions list Message-ID: <20041205163718.GA34366@falcon.midgard.homeip.net> Mail-Followup-To: Free BSD Questions list References: <20041205162847.GA14129@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041205162847.GA14129@teddy.fas.com> User-Agent: Mutt/1.5.6i Subject: Re: Building world in 5.x vs 4.x? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2004 16:37:22 -0000 On Sun, Dec 05, 2004 at 11:28:47AM -0500, stan wrote: > I'm building a tets machine to explore 5.3 before tackling the job of > changing over a production machine from 4-STABLE. > > I've installed (minimal system) and cvsupd the 5-RELENG sources. I plan on > just doing my first 5.x build with the GENERIC kernel. I've looked at the > MAKEFIL, and the README in /usr/src. but I still find myself a bit confused > about the differences in build methodology. > > I've used the follwing for years on 4.x: > > 1. `cd /usr/src' (or to the directory containing your source tree). > 2. `make buildworld' > 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > 5. `reboot' (in single user mode: boot -s from the loader > prompt). > 6. `mergemaster -p' > 7. `make installworld' > 8. `mergemaster' > 9. `reboot' > > What;s the equivelant set of steps in 5.x? You do it exactly the same way in 5.x as in 4.x. -- Erik Trulsson ertr1013@student.uu.se