summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman1/ezjail-admin.134
1 files changed, 21 insertions, 13 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index a4d3109..6b2dd96 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -110,19 +110,29 @@ provides an easy way to create many Jails with similar or identical
110properties. Currently it supports creating users, installing files and 110properties. Currently it supports creating users, installing files and
111installing packages. 111installing packages.
112 112
113A sample flavour config file resides under 113A sample flavour config directory resides under
114.I EZJAIL_PREFIX/share/examples/ezjail/ezjail.flavour.default,
115the corresponding root is at
116.I EZJAIL_PREFIX/share/examples/ezjail/default/. 114.I EZJAIL_PREFIX/share/examples/ezjail/default/.
117Some typical Jail initialization actions are demonstrated and you are 115Some typical Jail initialization actions are demonstrated and you are
118encouraged to use it as a template for your flavour configs. 116encouraged to use it as a template for your flavours.
119 117
120If a flavour is selected on Jail creation, the Jail executes a config 118If a flavour is selected on Jail creation, the flavour root is being
121script on its first startup. This looks for packages under 119copied to the new Jails root, mostly containing an
122.I /basejail/config/pkg. 120.I /ezjail.flavour .
123Usually it copies files from 121If the Jail starts up for the first time it runs a setup script found
124.I /basejail/config/<flavour>, 122at
125you can specify the path in your flavour config file. 123.I /etc/rc.d/ezjail-config.sh.
124
125This script will create some users specified in the flavour config.
126It will then chown files specified in the flavour config. (This is to allow
127giving file to users that didn't exist on Jail creation time.) All
128packages residing under
129.I /pkg
130will be installed. Finally the script
131.I /ezjail.postinstall
132is being sourced, if it exists.
133
134.I ezjail-config.sh
135then removes all traces, including itself.
126.SH EXAMPLES 136.SH EXAMPLES
127ezjail-admin update 137ezjail-admin update
128.br 138.br
@@ -145,8 +155,6 @@ EZJAIL_PREFIX/etc/ezjail.conf
145EZJAIL_PREFIX/etc/rc.d/ezjail.sh 155EZJAIL_PREFIX/etc/rc.d/ezjail.sh
146.br 156.br
147EZJAIL_PREFIX/share/examples/ezjail/ 157EZJAIL_PREFIX/share/examples/ezjail/
148.br
149EZJAIL_PREFIX/etc/ezjail.flavour.*
150.SH "SEE ALSO" 158.SH "SEE ALSO"
151ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5) 159ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5)
152.SH AUTHOR 160.SH AUTHOR