aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-20 02:46:44 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-20 02:46:44 +0000
commit9395ecb1cf825afbd63d7d0ae8706c04ee4d9d0b (patch)
tree83da0e1965ef1d01bb398b28fc0ada6a6452d5f8 /usr.sbin/jail/jail.8
parent57053a10cfdbd854607162021200b886bfa4e0a0 (diff)
downloadsrc-9395ecb1cf825afbd63d7d0ae8706c04ee4d9d0b.tar.gz
src-9395ecb1cf825afbd63d7d0ae8706c04ee4d9d0b.zip
No need to copy sysinstall into a jail with -CURRENT, since in
-CURRENT, we have /usr/sbin/sysinstall. Approved by: re (bmah implicitly)
Notes
Notes: svn path=/head/; revision=122909
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.812
1 files changed, 2 insertions, 10 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 02d5516400da..8ab9aac36f36 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2000 Robert N. M. Watson
+.\" Copyright (c) 2000, 2003 Robert N. M. Watson
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -191,16 +191,8 @@ interface so that you can clean it up a little and set up accounts.
As
with any machine (virtual or not) you will need to set a root password, time
zone, etc.
-Before beginning, you may want to copy
-.Xr sysinstall 8
-into the tree so that you can use it to set things up easily.
-Do this using:
-.Bd -literal -offset indent
-mkdir /data/jail/192.168.11.100/stand
-cp /stand/sysinstall /data/jail/192.168.11.100/stand
-.Ed
.Pp
-Now start the jail:
+Start a shell in the jail:
.Pp
.Dl "jail /data/jail/192.168.11.100 testhostname 192.168.11.100 /bin/sh"
.Pp