On Jan 31, 2008 1:36 AM, Glen Barber <[EMAIL PROTECTED]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[EMAIL PROTECTED]"
