From owner-freebsd-current@FreeBSD.ORG Tue Aug 9 12:42:38 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCE416A41F for ; Tue, 9 Aug 2005 12:42:38 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from leto.uk.clara.net (leto.uk.clara.net [80.168.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD2943D53 for ; Tue, 9 Aug 2005 12:42:34 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from bloodhound.noc.clara.net ([195.8.70.207]) by leto.uk.clara.net with esmtp (Exim 4.43) id 1E2TRB-000Bin-Qd; Tue, 09 Aug 2005 13:42:33 +0100 Received: from personal by bloodhound.noc.clara.net with local (Exim 4.50 (FreeBSD)) id 1E2TR0-0002na-RJ; Tue, 09 Aug 2005 13:42:22 +0100 Date: Tue, 9 Aug 2005 13:42:22 +0100 From: Brian Candler To: drvince@anonymnet.net Message-ID: <20050809124222.GB10734@uk.tiscali.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: Suggestion X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 12:42:38 -0000 On Mon, Aug 08, 2005 at 07:35:18PM -0400, drvince@Safe-mail.net wrote: > it would be nice to have a distribution for a skinny jail. It could be a > kind of "make release TYPE={jail|dvd|cd|floppy} CHROOTDIR=/path/to/jail > CVSROOT=/usr/src". Now, solutions for slimming jails are questionnable, > doing so would standardize it. As another option, I wrote a program using libarchive which will separate out the components from a binary release. It has a pattern-matching control file so you can allocate each input file to an output bin. http://pobox.com/~b.candler/software/tarsplit/