summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man1')
-rwxr-xr-xman1/ezjail-admin.111
1 files changed, 10 insertions, 1 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index cb82e85..1f95a9a 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -4,7 +4,7 @@ ezjail-admin \- Administrate ezjail
4.SH SYNOPSIS 4.SH SYNOPSIS
5.T 5.T
6.B ezjail-admin create 6.B ezjail-admin create
7[-f flavour] [-r jailroot] [-x] 7[-f flavour] [-r jailroot] [-s imagesize] [-cix]
8.I hostname jailip 8.I hostname jailip
9 9
10.T 10.T
@@ -36,6 +36,15 @@ start with a '/', it is interpreted relative to ezjails root dir
36is created inside this root dir pointing to the newly created jails 36is created inside this root dir pointing to the newly created jails
37location. 37location.
38 38
39The -i and the -c option both require a size passed via the -s option
40and create a file based jail image, gbde encrypted for the -c case. The
41image file is named as the jail root suffixed with
42.I .img
43, a lock file required for gbde devices is named as the jail root
44suffixed with
45.I .lock
46.
47
39The -x (jail exists) option indicates, that an ezjail already exists 48The -x (jail exists) option indicates, that an ezjail already exists
40at the jail root. 49at the jail root.
41.B In this case nothing is copied. ezjail only updates its config. 50.B In this case nothing is copied. ezjail only updates its config.