make world for a jail
    Giorgos Keramidas 
    keramida at ceid.upatras.gr
       
    Thu Dec 21 06:03:34 PST 2006
    
    
  
On 2006-12-20 18:37, Robin Becker <robin at 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".
    
    
More information about the freebsd-questions
mailing list