From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 16:17:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B6CF16A478 for ; Thu, 15 Nov 2007 16:17:00 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id BE05A13C46E for ; Thu, 15 Nov 2007 16:16:40 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lAFGF1SY059707; Thu, 15 Nov 2007 17:15:01 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lAFGF1tQ059704; Thu, 15 Nov 2007 17:15:01 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 15 Nov 2007 17:15:01 +0100 (CET) From: Wojciech Puchar To: Jonathan Horne In-Reply-To: <20071115094044.7xivxgyhc80gc4cs@webmail.dfwlp.org> Message-ID: <20071115171414.V59698@wojtek.tensor.gdynia.pl> References: <20071115094044.7xivxgyhc80gc4cs@webmail.dfwlp.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: a curious jails question 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: Thu, 15 Nov 2007 16:17:00 -0000 > ive been building jails for a while, and have always used the canonical > method as listed out in the handbook. today, i tried something new. i have > read that instead of doing: > > make world ... > make distribution ... > > that you can instead: > > make installworld ... > make distribution ... i know even better - make one jail and copy in to another. first - get base distribution (possibly more) and unpack it. even better - make common /usr and use mount_nullfs on each jail