Reflect changes in flavour layout in man page
This commit is contained in:
parent
013a014879
commit
60715529bc
@ -110,19 +110,29 @@ provides an easy way to create many Jails with similar or identical
|
|||||||
properties. Currently it supports creating users, installing files and
|
properties. Currently it supports creating users, installing files and
|
||||||
installing packages.
|
installing packages.
|
||||||
|
|
||||||
A sample flavour config file resides under
|
A sample flavour config directory resides under
|
||||||
.I EZJAIL_PREFIX/share/examples/ezjail/ezjail.flavour.default,
|
|
||||||
the corresponding root is at
|
|
||||||
.I EZJAIL_PREFIX/share/examples/ezjail/default/.
|
.I EZJAIL_PREFIX/share/examples/ezjail/default/.
|
||||||
Some typical Jail initialization actions are demonstrated and you are
|
Some typical Jail initialization actions are demonstrated and you are
|
||||||
encouraged to use it as a template for your flavour configs.
|
encouraged to use it as a template for your flavours.
|
||||||
|
|
||||||
If a flavour is selected on Jail creation, the Jail executes a config
|
If a flavour is selected on Jail creation, the flavour root is being
|
||||||
script on its first startup. This looks for packages under
|
copied to the new Jails root, mostly containing an
|
||||||
.I /basejail/config/pkg.
|
.I /ezjail.flavour .
|
||||||
Usually it copies files from
|
If the Jail starts up for the first time it runs a setup script found
|
||||||
.I /basejail/config/<flavour>,
|
at
|
||||||
you can specify the path in your flavour config file.
|
.I /etc/rc.d/ezjail-config.sh.
|
||||||
|
|
||||||
|
This script will create some users specified in the flavour config.
|
||||||
|
It will then chown files specified in the flavour config. (This is to allow
|
||||||
|
giving file to users that didn't exist on Jail creation time.) All
|
||||||
|
packages residing under
|
||||||
|
.I /pkg
|
||||||
|
will be installed. Finally the script
|
||||||
|
.I /ezjail.postinstall
|
||||||
|
is being sourced, if it exists.
|
||||||
|
|
||||||
|
.I ezjail-config.sh
|
||||||
|
then removes all traces, including itself.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
ezjail-admin update
|
ezjail-admin update
|
||||||
.br
|
.br
|
||||||
@ -145,8 +155,6 @@ EZJAIL_PREFIX/etc/ezjail.conf
|
|||||||
EZJAIL_PREFIX/etc/rc.d/ezjail.sh
|
EZJAIL_PREFIX/etc/rc.d/ezjail.sh
|
||||||
.br
|
.br
|
||||||
EZJAIL_PREFIX/share/examples/ezjail/
|
EZJAIL_PREFIX/share/examples/ezjail/
|
||||||
.br
|
|
||||||
EZJAIL_PREFIX/etc/ezjail.flavour.*
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5)
|
ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user