From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 19:46:16 2011 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 4C6DF106564A for ; Fri, 29 Apr 2011 19:46:16 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 24DFB8FC13 for ; Fri, 29 Apr 2011 19:46:15 +0000 (UTC) Received: by iwn33 with SMTP id 33so4625667iwn.13 for ; Fri, 29 Apr 2011 12:46:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.91.16 with SMTP id k16mr4055390ibm.124.1304106375451; Fri, 29 Apr 2011 12:46:15 -0700 (PDT) Sender: aimass@yabarana.com Received: by 10.231.23.68 with HTTP; Fri, 29 Apr 2011 12:46:15 -0700 (PDT) Date: Fri, 29 Apr 2011 15:46:15 -0400 X-Google-Sender-Auth: 85AgjEw3qcJs2Ep3CxrDyh5djgY Message-ID: From: Alejandro Imass To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Ezjail and Flavours 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: Fri, 29 Apr 2011 19:46:16 -0000 Hi, I've been using flavors for a while but only simple stuff like /etc and /pkg So what I have is a bunch of base jails where I just install ports and the copythe packages over to the flavours. Now I want to create a Perl Catalyst base jail, but something I installed via ports and others via CPAN. Question: what gets executed first with EzJail? the pkg installation or the file copy? Mi idea is to soft-link the complete /usr/local directory of the compiling jail in the specific flavour so after the packages get installed I can just copy everything else over /usr/local It should be pretty safe either way I guess but probably there are people with a lot more experience with EzJail here ;-) Thanks! -- Alejandro Imass