summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-20 02:46:44 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-20 02:46:44 +0000
commit6b9c80ba7a2bff540f12d1b531f981a8843675b7 (patch)
tree83da0e1965ef1d01bb398b28fc0ada6a6452d5f8 /usr.sbin/jail
parent6b540b6f1a6df366c428369b9089cbaf6361e561 (diff)
downloadFreeBSD-src-6b9c80ba7a2bff540f12d1b531f981a8843675b7.zip
FreeBSD-src-6b9c80ba7a2bff540f12d1b531f981a8843675b7.tar.gz
No need to copy sysinstall into a jail with -CURRENT, since in
-CURRENT, we have /usr/sbin/sysinstall. Approved by: re (bmah implicitly)
Diffstat (limited to 'usr.sbin/jail')
-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 02d5516..8ab9aac 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
OpenPOWER on IntegriCloud