From owner-freebsd-jail@FreeBSD.ORG Fri Jul 31 07:57:08 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4601065670 for ; Fri, 31 Jul 2009 07:57:08 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 754768FC0C for ; Fri, 31 Jul 2009 07:57:07 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: (qmail invoked by alias); 31 Jul 2009 07:57:06 -0000 Received: from ipa71.82.91.tellas.gr (EHLO [169.254.0.10]) [91.140.82.71] by mail.gmx.com (mp-eu005) with SMTP; 31 Jul 2009 09:57:06 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1/qR1lyWTPqd/E1zWtdKlA+3paCULF9eNtd1vrbP5 uZlkAH8xH0GSKy Message-ID: <4A72A3BD.1030208@gmx.com> Date: Fri, 31 Jul 2009 10:56:45 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-jail@freebsd.org References: <4A72A133.2030801@gmx.com> In-Reply-To: <4A72A133.2030801@gmx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 Subject: Re: creating vimage with jail(8)? 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, 31 Jul 2009 07:57:08 -0000 Nikos Vassiliadis wrote: > Is it possible to create a vimage with the jail(8) command? > Or one have still to use the tools/tools/vimage command? Sorry for the noise, I've just saw a two weeks old post from Jamie Gritton, mentioning that the vnet parameter should be used: > This patch deals with jailed subsystems that may or may not be > virtualized. At first, there was a boolean to describe this > situation: for example in the VIMAGE kernels, the setting "vnet" > parameter would create a jail with a virtual network stack.