diff options
Diffstat (limited to 'man7')
-rw-r--r-- | man7/ezjail.7 | 13 |
1 files changed, 7 insertions, 6 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 |