On Wed, Dec 11, 2002 at 05:17:12PM -0800, Kris Kennaway wrote: > On Wed, Dec 11, 2002 at 05:08:46PM -0800, Steve Kargl wrote: > > > > This example shows how to setup a jail directory tree containing an > > entire FreeBSD distribution: > > > > D=/here/is/the/jail > > cd /usr/src > > mkdir -p $D > > make world DESTDIR=$D > > cd etc > > make distribution DESTDIR=$D > > cd $D/dev > > sh MAKEDEV jail > > cd $D > > ln -sf dev/null kernel > > > > Clearly, this doesn't work on a 5.0 system if you want to > > set up a 4.7 jail. > > Replace the 'cd %D/dev; sh MAKEDEV jail' with 'mount -t devfs / $D/dev' >
Thanks for the pointer. The entire example doesn't apply because my /usr/src is FreeBSD 5.0. I have 4.7-disc2.iso and used a md device to copy the files into a jail. It appears to work, but I have a few more things to set up. I'll report with a full description of what I'm doing later. -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message