summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man7/ezjail.713
-rw-r--r--man8/ezjail-admin.83
2 files changed, 9 insertions, 7 deletions
diff --git a/man7/ezjail.7 b/man7/ezjail.7
index 8f4e263..cef662c 100644
--- a/man7/ezjail.7
+++ b/man7/ezjail.7
@@ -605,14 +605,15 @@ will be created, and used as a mount point when starting the jail.
605This creates a new file based image jail, with 605This creates a new file based image jail, with
606.Xr gbde 4 606.Xr gbde 4
607encryption. During the gbde creation process you are asked to enter a 607encryption. During the gbde creation process you are asked to enter a
608passphrase that is used as the prime seed value of the encryption 608passphrase that is used as the prime seed value of the encryption process.
609process. Remember this passphrase, you will be asked for the 609Remember this passphrase, you will be asked for the passphrase every time
610passphrase every time sub-command start is used on this jail. As they 610you want to start this jail. As they require administrator interaction,
611require administrator interaction, jails backed by an encrypted file 611jails backed by an encrypted file are not automatically started when the
612are not automatically started when the system boots. 612system boots.
613.It Nm Cm create Fl c Ar zfs Fl s Ar 1G sandbox4 10.0.10.6 613.It Nm Cm create Fl c Ar zfs Fl s Ar 1G sandbox4 10.0.10.6
614This creates a new zfs filesystem based jail with a default quota of 1 614This creates a new zfs filesystem based jail with a default quota of 1
615gigabyte using lzjb compression. It uses the zpool configured in the 615gigabyte using lzjb compression. It uses the parent ZFS filesystem configured
616in the
616.Dq Li $ezjail_jailzfs 617.Dq Li $ezjail_jailzfs
617variable to create the filesystem in. 618variable to create the filesystem in.
618.El 619.El
diff --git a/man8/ezjail-admin.8 b/man8/ezjail-admin.8
index be6fb33..9af6866 100644
--- a/man8/ezjail-admin.8
+++ b/man8/ezjail-admin.8
@@ -278,7 +278,8 @@ filesystem, whose initial quota is given with the
278.Fl s 278.Fl s
279option. The filesystem is created in the 279option. The filesystem is created in the
280.Dq Li $ezjail_jailzfs 280.Dq Li $ezjail_jailzfs
281zpool and by default compressed using the lzjb method, as set in the 281parent filesystem and by default compressed using the lzjb method, as set in
282the
282.Dq Li ezjail_zfs_jail_properies 283.Dq Li ezjail_zfs_jail_properies
283variable, both values configured in 284variable, both values configured in
284.Xr ezjail.conf 5 285.Xr ezjail.conf 5