From owner-freebsd-stable@FreeBSD.ORG Thu May 14 13:28:02 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0329E119 for ; Thu, 14 May 2015 13:28:02 +0000 (UTC) Received: from smtp.mimar.rs (smtp.mimar.rs [193.53.106.135]) by mx1.freebsd.org (Postfix) with ESMTP id ABD1D1953 for ; Thu, 14 May 2015 13:28:00 +0000 (UTC) Received: from vscan.mimar.rs (vscan.mimar.rs [193.53.106.134]) by smtp.mimar.rs (Postfix) with ESMTP id CF34A89AB5 for ; Thu, 14 May 2015 15:21:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1431609672; x= 1433424073; bh=c9wWLgkKp2JkFd2+h7ijhNRtw++0NHEJUJYWfBYFxTs=; b=N gUYK+Fhc1s0axhAh9YES7J9bwlveIK2L69YhT6h3Vde/B4EMSbnMcKd7Z9xoCR8S LaLuVgkZfehmyoVcUfhPGZDR+GSIwacpVMbE85ZAb2WeNYZXMSybcLoUDaY1ca8+ OmJw++AOykgZy6VcK6yTYu4pKprVsXyg33ZoxI4HyU= X-Virus-Scanned: amavisd-new at mimar.rs Received: from smtp.mimar.rs ([193.53.106.135]) by vscan.mimar.rs (vscan.mimar.rs [193.53.106.134]) (amavisd-new, port 10026) with ESMTP id mcQUKEcV3rN1 for ; Thu, 14 May 2015 15:21:12 +0200 (CEST) Received: from efreet (unknown [193.53.106.34]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by smtp.mimar.rs (Postfix) with ESMTPSA id 2548589468 for ; Thu, 14 May 2015 15:21:11 +0200 (CEST) Date: Thu, 14 May 2015 15:21:11 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-stable@freebsd.org Subject: poudriere jail as root on nfs? Message-ID: <20150514152111.6d900adb@efreet> Organization: Mimar X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 13:28:02 -0000 Hi, I was wondering if poudriere jails created with ftp can be exported via NFS and mounted from diskless clients as described in handbook: https://www.freebsd.org/doc/en/books/handbook/network-diskless.html Are they 'complete' jails, with the same functionality as ones created with: # cd /usr/src # make buildworld # make buildkernel # make installworld DESTDIR=3D${NFSROOTDIR} # make installkernel DESTDIR=3D${NFSROOTDIR} # make distribution DESTDIR=3D${NFSROOTDIR} Thank you in advance, --=20 Marko Cupa=C4=87 https://www.mimar.rs