Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 14:56:52 +0100
From:      Ruben de Groot <fbsd-q@bzerk.org>
To:        Frank Tegtmeyer <fte-sub-freebsd-stable@fte.to>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: jails update
Message-ID:  <20030305135652.GA83413@ei.bzerk.org>
In-Reply-To: <m3znoa8543.fsf@teg.local>
References:  <m3znoa8543.fsf@teg.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 05, 2003 at 11:44:44AM +0100, Frank Tegtmeyer typed:
> Are there any dangers in doing simply a "make installworld" within all
> jails after doing "make buildworld" for one jail or even only the host
> system?
> /usr/src and /usr/obj are moved into the jail tree when necessary to
> avoid NFS.

I usually do something like this after I have completed a build- 
installworld cycle on the hostsystem (my jails are all subdirs of /jails)

# foreach jail ( /jails/* )
# make installworld DESTDIR=$jail
# mergemaster -i -D $jail
# end 

> 
> Regards, Frank
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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