diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-04-10 12:43:47 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-04-10 12:43:47 +0000 |
commit | bb8bc1abed3ecabceaf9a32d4c3e956c806d1c32 (patch) | |
tree | 821bcf59d4b84c605150af519552ff2eeab3f40a | |
parent | 767881b1fe5fe3da8cf642407d9e12a730bd87e5 (diff) |
Documentation on the image jails. More to come.
-rwxr-xr-x | man1/ezjail-admin.1 | 11 |
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 | |||
36 | is created inside this root dir pointing to the newly created jails | 36 | is created inside this root dir pointing to the newly created jails |
37 | location. | 37 | location. |
38 | 38 | ||
39 | The -i and the -c option both require a size passed via the -s option | ||
40 | and create a file based jail image, gbde encrypted for the -c case. The | ||
41 | image 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 | ||
44 | suffixed with | ||
45 | .I .lock | ||
46 | . | ||
47 | |||
39 | The -x (jail exists) option indicates, that an ezjail already exists | 48 | The -x (jail exists) option indicates, that an ezjail already exists |
40 | at the jail root. | 49 | at 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. |