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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[EMAIL PROTECTED]"
