Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 19:21:25 +0200
From:      Jeremie Le Hen <jeremie@le-hen.org>
To:        cco1817-0@yahoo.de
Cc:        freebsd-jail@freebsd.org
Subject:   Re: Populating a jail with "make world"???
Message-ID:  <20080621172125.GQ46885@obiwan.tataz.chchile.org>
In-Reply-To: <192473.80058.qm@web27606.mail.ukl.yahoo.com>
References:  <192473.80058.qm@web27606.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Thu, Jun 12, 2008 at 11:23:19PM +0000, cco1817-0@yahoo.de wrote:
> Hello,
> 
> I'm about to learn how to use jails and I've some confusions after
> reading the handbook and some other ressources.
> 
> Chapter 23.4 warns "do not use make world".  Chapter 15.4 invites me
> to use "make world" etc. to populate a jail.

"make world" does the following:
    for each directory:
	    compile
	    install

"make buildworld installworld" does the following:
    for each directory:
	    compile
    for each directory
	    install

Using "make world" to create a jail is harmless, but using "make world"
to update a running jail or the host may lead to temporary
inconsistencies on the system during the process.

Regards,
-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >



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