Date: Thu, 14 May 2015 09:36:29 -0500 From: Brandon Wandersee <brandon.wandersee@zoho.com> To: freebsd-stable@freebsd.org Subject: Re: poudriere jail as root on nfs? Message-ID: <20150514143629.GA17136@WorkBox.Home> In-Reply-To: <20150514152111.6d900adb@efreet> References: <20150514152111.6d900adb@efreet>
next in thread | previous in thread | raw e-mail | index | archive | help
On 05/14, Marko Cupać wrote: > 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=${NFSROOTDIR} > # make installkernel DESTDIR=${NFSROOTDIR} > # make distribution DESTDIR=${NFSROOTDIR} > I believe the answer may be "Yes," but why? The package repository is separate from the jail. Unless you have some exceptional case there's really nothing in the jail itself worth exporting over a network. -- ============================================================================= :: Brandon Wandersee :: brandon.wandersee@zoho.com :: ============================================================================= "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150514143629.GA17136>