summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2011-01-28 16:42:09 +0000
committererdgeist <erdgeist@erdgeist.org>2011-01-28 16:42:09 +0000
commitc7ee87cfdf08d6f8c2e874d3c6cbc96b4329e4e1 (patch)
tree3699e33e0f4a75199909188cb10dff7b6dc64ad4
parent30547451e168fda9c9383dee39b1ec72468d0003 (diff)
Explicitely warn the user to set the ezjail_jailzfs variable, also correct miss-naming the destination zfs parent filesystem as zpool
-rw-r--r--man7/ezjail.713
1 files changed, 6 insertions, 7 deletions
diff --git a/man7/ezjail.7 b/man7/ezjail.7
index 03f11c5..8f4e263 100644
--- a/man7/ezjail.7
+++ b/man7/ezjail.7
@@ -150,9 +150,8 @@ filesystem. See
150.Sx Jail Creation Examples 150.Sx Jail Creation Examples
151for details. 151for details.
152.Pp 152.Pp
153Also, ezjail can be configured to install its basejail 153Also, ezjail can be configured to install its basejail and the accompaning
154and the accompaning template for all new jails into its own filesystem. 154template for all new jails into its own filesystem. Set the
155Set the
156.Dq Li $ezjail_use_zfs 155.Dq Li $ezjail_use_zfs
157variable in your 156variable in your
158.Pa ezjail.conf 157.Pa ezjail.conf
@@ -162,9 +161,9 @@ before running
162.Nm Cm update 161.Nm Cm update
163or 162or
164.Nm Cm install . 163.Nm Cm install .
165You may also want to configure the destination 164.Pp
166.Xr zpool 8 165To use any zfs feature in ezjail, you first need to configure the destination
167using the 166ZFS filesystem using the
168.Dq Li $ezjail_jailzfs 167.Dq Li $ezjail_jailzfs
169variable. 168variable.
170.Pp 169.Pp
@@ -266,7 +265,7 @@ If
266.Dq Li YES , 265.Dq Li YES ,
267start the jail even when it is marked as blocking. 266start the jail even when it is marked as blocking.
268.It ezjail_JAILNAME_zfs_datasets 267.It ezjail_JAILNAME_zfs_datasets
269For ZFS jails, additionnal ZFS datasets to attach to the jail when 268For ZFS jails, additional ZFS datasets to attach to the jail when
270starting it. Taken from the 269starting it. Taken from the
271.Fl z 270.Fl z
272option when configuring a jail; the empty string otherwise. 271option when configuring a jail; the empty string otherwise.