Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 04:36:09 -0500
From:      Glen Barber <glen.j.barber@gmail.com>
To:        freebsd-jail@freebsd.org
Subject:   Re: Newb alert...
Message-ID:  <20080131093609.GA2618@phoenix>
In-Reply-To: <a9f4a3860801301810r41a3f34ale03fddeea7111568@mail.gmail.com>
References:  <a9f4a3860801301248s46f15254r8676478b8c0fc9dd@mail.gmail.com> <200801301656.03087.glen.j.barber@gmail.com> <a9f4a3860801301810r41a3f34ale03fddeea7111568@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kurt Buff said: 
> 
> I've started over, at this point.
> 
> I've blown away /jails/wotan (and used chflags -R noschg * to make
> sure nothing was left), and am using this command line to leave this
> running overnight - I'll check on it when I get back in the morning:
> 
> # mkdir /jails/wotan && setenv D /jails/wotan && cd /usr/src && make
> world DESTDIR=$D && cd etc && make distribution DESTDIR=$D &&
> mount_devfs devfs $D/dev
> 
When you do rebuild your jails, don't change directories after the 'make
world' step.  It is unnecessary in FreeBSD 6.0+.

The command should look like:
mkdir /jails/wotan && setenv D /jails/wotan && cd /usr/src && make world
DESTDIR=$D && make distribution DESTDIR=$D

-- 
Glen Barber



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