* Wayne Pascoe <[EMAIL PROTECTED]> [2003-04-04 08.18 +0100]:
> Hi all,
Hi,
> I'm about to implement a jail on FreeBSD 5, but I don't see anything in
> the man page about devfs.
>
> The host environment is running FreeBSD 5.0-RELEASE-p7, with devfs. The
> jail man page says
>
> cd $D/dev
> sh MAKEDEV jail
>
> Should I still do this step on 5? If not, what should I do ?
In -CURRENT, the corresponding part of the jail(8) man page says:
D=/here/is/the/jail
cd /usr/src
mkdir -p $D
make world DESTDIR=$D
cd etc
make distribution DESTDIR=$D
mount_devfs devfs $D/dev
cd $D
ln -sf dev/null kernel
HTH and good luck,
--
Martin Karlsson
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"