diff options
-rw-r--r-- | man7/ezjail.7 | 13 | ||||
-rw-r--r-- | man8/ezjail-admin.8 | 3 |
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. | |||
605 | This creates a new file based image jail, with | 605 | This creates a new file based image jail, with |
606 | .Xr gbde 4 | 606 | .Xr gbde 4 |
607 | encryption. During the gbde creation process you are asked to enter a | 607 | encryption. During the gbde creation process you are asked to enter a |
608 | passphrase that is used as the prime seed value of the encryption | 608 | passphrase that is used as the prime seed value of the encryption process. |
609 | process. Remember this passphrase, you will be asked for the | 609 | Remember this passphrase, you will be asked for the passphrase every time |
610 | passphrase every time sub-command start is used on this jail. As they | 610 | you want to start this jail. As they require administrator interaction, |
611 | require administrator interaction, jails backed by an encrypted file | 611 | jails backed by an encrypted file are not automatically started when the |
612 | are not automatically started when the system boots. | 612 | system 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 |
614 | This creates a new zfs filesystem based jail with a default quota of 1 | 614 | This creates a new zfs filesystem based jail with a default quota of 1 |
615 | gigabyte using lzjb compression. It uses the zpool configured in the | 615 | gigabyte using lzjb compression. It uses the parent ZFS filesystem configured |
616 | in the | ||
616 | .Dq Li $ezjail_jailzfs | 617 | .Dq Li $ezjail_jailzfs |
617 | variable to create the filesystem in. | 618 | variable 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 |
279 | option. The filesystem is created in the | 279 | option. The filesystem is created in the |
280 | .Dq Li $ezjail_jailzfs | 280 | .Dq Li $ezjail_jailzfs |
281 | zpool and by default compressed using the lzjb method, as set in the | 281 | parent filesystem and by default compressed using the lzjb method, as set in |
282 | the | ||
282 | .Dq Li ezjail_zfs_jail_properies | 283 | .Dq Li ezjail_zfs_jail_properies |
283 | variable, both values configured in | 284 | variable, both values configured in |
284 | .Xr ezjail.conf 5 | 285 | .Xr ezjail.conf 5 |