From owner-freebsd-jail@FreeBSD.ORG Fri Apr 27 14:45:11 2012 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE9C01065742 for ; Fri, 27 Apr 2012 14:45:11 +0000 (UTC) (envelope-from gofj-freebsd-jail@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3FAB68FC18 for ; Fri, 27 Apr 2012 14:45:10 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SNmPv-00062K-8a for freebsd-jail@freebsd.org; Fri, 27 Apr 2012 16:45:03 +0200 Received: from 103.85-200-56.bkkb.no ([85.200.56.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Apr 2012 16:45:03 +0200 Received: from christer.solskogen by 103.85-200-56.bkkb.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Apr 2012 16:45:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-jail@freebsd.org From: Christer Solskogen Date: Fri, 27 Apr 2012 16:33:27 +0200 Lines: 15 Message-ID: References: <4F99AB0E.4090805@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 103.85-200-56.bkkb.no User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: <4F99AB0E.4090805@FreeBSD.org> Subject: Re: New jail(8) committed X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2012 14:45:12 -0000 On 26/4/2012 10:07 PM, Jamie Gritton wrote: > There's still more that I want to do with this, but it's time it was > part of current. > I've got an idea that you might find useful for future versions of jail. I have created a wrapper script for my own use where I instead of creating a jail with buildworld/installworld, I rather nullmount /bin, /lib, etc. to a jailroot, and run mergemaster on that jailroot. This makes the jail very small (3MB IIRC) and it makes upgrades of the jails very easy. -- chs