From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 18:35:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DE90616A41F for ; Mon, 9 Jan 2006 18:35:36 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A0C43D45 for ; Mon, 9 Jan 2006 18:35:36 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id B936E5641C; Tue, 10 Jan 2006 07:35:34 +1300 (NZDT) Date: Tue, 10 Jan 2006 07:35:34 +1300 From: Jonathan Chen To: DW Message-ID: <20060109183534.GA38522@osiris.chen.org.nz> References: <43C2AA90.1000700@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C2AA90.1000700@att.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: build world and kernel for multiple boxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 18:35:37 -0000 On Mon, Jan 09, 2006 at 01:25:20PM -0500, DW wrote: > Hello, > > I used to have a document that explained how to make buildworld and > kernel on one box, and package it up/make binaries for installation on > multiple systems. > > I can't find it anywhere, and google and me aren't getting along today. > > I have a bunch to make and don't feel like cvsup'ing, and building > everything from source again over and over and over. cvsup, buildworld and kernel on your fastest box, and then tar and copy /usr/src and /usr/obj from that box to your slower machines. You should be able to just run installkernel and installworld on them. This all assumes that your kernel config files are identical. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat