From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 00:44:23 2003 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 B47F637B401 for ; Mon, 4 Aug 2003 00:44:23 -0700 (PDT) Received: from munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2137C43F75 for ; Mon, 4 Aug 2003 00:44:23 -0700 (PDT) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.20) id 19ja0h-000CA9-Ly for questions@freebsd.org; Mon, 04 Aug 2003 08:44:03 +0100 Date: Mon, 4 Aug 2003 08:44:03 +0100 From: Jez Hancock To: questions@freebsd.org Message-ID: <20030804074403.GB797@users.munk.nu> Mail-Followup-To: questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: Using a fast PC for builds for slow PC 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: Mon, 04 Aug 2003 07:44:24 -0000 On Mon, Aug 04, 2003 at 03:01:26AM +0000, How Can ThisBe wrote: > I have two PC, a PIII 700 and a P100 (with only 24meg RAM). I would like to > use > the faster PC for doing make buildworld and make buildkernel KERNCONF=XYZ. > Then somehow do the install onto the slower PC. The slower PC is running as > a > router and httpd server. The faster PC is running very a different set-up > however > they are both running 5.1-RELEASE. > > Is this possible? IIRC this is covered in the handbook somewhere. A solution is to mount the /usr/src tree on your PIII from the p100 using NFS and then after building the world on the pIII, install the world on the p100. This is v oversimplified and I haven't done it for a long time, so check the handbook for more. I'll try and find it now... Ok that wasn't too painful, it's in chapter 21/cutting edge: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/small-lan.html GL -- Jez http://www.munk.nu/