Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 15:15:20 +0200
From:      "albi@scii.nl" <albi@scii.nl>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Making multiple jails
Message-ID:  <20050418151520.37329f12.albi@scii.nl>
In-Reply-To: <20050418085137.U49866@eleanor.us1.wmi.uvac.net>
References:  <42628196.4070608@comcast.net> <42628E25.8010008@gmail.com> <20050418085137.U49866@eleanor.us1.wmi.uvac.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Apr 2005 08:58:54 -0400 (EDT)
c0ldbyte <c0ldbyte@myrealbox.com> wrote:

> I believe he is asking if it is possible to create them at the same
> time not really run them at the same time. But that is good
> information for him to know as well anyhow. But the only way to go
> about that is to do the (make world DESTDIR=/path/to/jail#) for each
> jail that you need. Now after the first initial build of world, if you
> didnt do a (make clean) then you should beable to just (make
> installworld DESTDIR=/path/to/jail#) and the new jail will apear there
> with the specified parameters that you fed DESTDIR.

the only way ? i thought UNIX-alikes were known for having always more
than one way ;-)

another option is to use cpdup to duplicate a fresh jail

also quite interesting imho is this :

http://www.the-labs.com/FreeBSD/JailTools/fbsd_jails.html

this webmin-module offers "light-jails", read-only /usr mount, and
also jails installed in a single file

if you have that file you can easily reproduce new jails with a simple
cp-command



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050418151520.37329f12.albi>