Documentation on the image jails. More to come.

This commit is contained in:
erdgeist 2006-04-10 12:43:47 +00:00
parent 767881b1fe
commit bb8bc1abed

View File

@ -4,7 +4,7 @@ ezjail-admin \- Administrate ezjail
.SH SYNOPSIS .SH SYNOPSIS
.T .T
.B ezjail-admin create .B ezjail-admin create
[-f flavour] [-r jailroot] [-x] [-f flavour] [-r jailroot] [-s imagesize] [-cix]
.I hostname jailip .I hostname jailip
.T .T
@ -36,6 +36,15 @@ start with a '/', it is interpreted relative to ezjails root dir
is created inside this root dir pointing to the newly created jails is created inside this root dir pointing to the newly created jails
location. location.
The -i and the -c option both require a size passed via the -s option
and create a file based jail image, gbde encrypted for the -c case. The
image file is named as the jail root suffixed with
.I .img
, a lock file required for gbde devices is named as the jail root
suffixed with
.I .lock
.
The -x (jail exists) option indicates, that an ezjail already exists The -x (jail exists) option indicates, that an ezjail already exists
at the jail root. at the jail root.
.B In this case nothing is copied. ezjail only updates its config. .B In this case nothing is copied. ezjail only updates its config.