Quoting Glen Barber <[EMAIL PROTECTED]> (from Thu, 31 Jan 2008
04:36:09 -0500):
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
While it is not regarding what you ask, it may be better to forget
about this and use the ezjail port instead. Much less work by hand to
do. Install, have a look at the config file, and then start
creating/using jails within some seconds (if _one_ buildworld was
already run with the current sources)
Bye,
Alexander.
--
Ferengi Rule of Acquisition #266:
When in doubt, lie.
-- ST: Legends of the Ferengi
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "[EMAIL PROTECTED]"