Newb alert...
Kurt Buff
kurt.buff at gmail.com
Thu Jan 31 18:23:41 PST 2008
On Jan 31, 2008 1:36 AM, Glen Barber <glen.j.barber at gmail.com> wrote:
> 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
Yes, that's what the handbook said, too. I figured it couldn't hurt, though.
I haven't been able to look at this today - I've been installing a new
set of firewalls all day.
More tomorrow.
Kurt
More information about the freebsd-jail
mailing list