diff options
| author | Jesus R. Camou <jcamou@FreeBSD.org> | 2006-03-16 14:31:35 +0000 |
|---|---|---|
| committer | Jesus R. Camou <jcamou@FreeBSD.org> | 2006-03-16 14:31:35 +0000 |
| commit | 888a664b2d74e9ae38c409bcd0550fc2183722fa (patch) | |
| tree | 46c1b832e4d4a675372eaff796a6476e1c1e399e | |
| parent | d7ce16692e3da33fd356bd4acaa024586640ff9a (diff) | |
Notes
| -rw-r--r-- | usr.sbin/jail/jail.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index bbdd336c99f4..1c712f69933e 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -334,6 +334,7 @@ If you do decide to set this variable, it must be set before starting any jails, and once each boot. .Bd -literal -offset indent ifconfig ed0 inet alias 192.168.11.100/32 +mount_devfs devfs /data/jail/192.168.11.100/dev mount -t procfs proc /data/jail/192.168.11.100/proc jail /data/jail/192.168.11.100 testhostname 192.168.11.100 \\ /bin/sh /etc/rc |
