Date: Thu, 21 Dec 2006 00:28:47 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Robin Becker <robin@reportlab.com> Cc: freebsd-questions@freebsd.org Subject: Re: make world for a jail Message-ID: <20061220222847.GA1026@kobe.laptop> In-Reply-To: <458982FB.1010906@chamonix.reportlab.co.uk> References: <458982FB.1010906@chamonix.reportlab.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-12-20 18:37, Robin Becker <robin@reportlab.com> wrote: > I'm trying to make world for a jail build following the recipe in > http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html > > First off I started by updating the src tree. I copied > /usr/share/examples/cvsup/stable-supfile edited the host name > > then I ran > > SERVER=`fastest_cvsup -q -c ca,us` > cvsup -L2 -h $SERVER /root/bin/stable-supfile > > that seemd fine and stuff appeared in /usr/src as expected. > > mkdir /usr/jails > mkdir /usr/jails/mailserver > cd /usr/src > make world DESTDIR=/usr/jails/mailserver That's not going to work, unless you have already run at least *once* the commands: # cd /usr/src # make DESTDIR=/usr/jails/mailserver distribution before running the "installworld" stage of "make world".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061220222847.GA1026>