documentation for version 1.0

This commit is contained in:
erdgeist 2005-10-01 14:50:22 +00:00
parent ebe67019d1
commit 75b1c05894
2 changed files with 8 additions and 9 deletions

View File

@ -59,7 +59,7 @@ root entry is removed as well as the soft link, if necessary.
lists all jails inside ezjails scope, together with some information on lists all jails inside ezjails scope, together with some information on
them. them.
.SH ezjail-admin update .SH ezjail-admin update
installs a FreeBSD system from the source tree to a location either installs a FreeBSD system from the source tree whose location is either
provided in the provided in the
.B ezjail.conf .B ezjail.conf
config file or via the -s option. config file or via the -s option.
@ -74,8 +74,8 @@ otherwise
is invoked. is invoked.
It then fills the basejail from that temporary directory (leaving intact It then fills the basejail from that temporary directory (leaving intact
all installed libraries, if the base jail already existed). All all installed libraries, if the base jail already exists). All
directories copied are removed and replaced by soft links into the copied directories are then removed and replaced by soft links into the
base jail tree that later will be mounted into the jail. base jail tree that later will be mounted into the jail.
Finally it removes the old template jail and renames the Finally it removes the old template jail and renames the

View File

@ -26,7 +26,7 @@ takes parameters
and and
.I stop. .I stop.
It may be passed an additional list of jails. If no jail name is It may be passed an additional list of jails. If no jail name is
specified (usually when the script is being called by rc.local at boot specified (usually when the script is being called by rc.local at boot
and shutdown time), all jails in ezjails config directory are being and shutdown time), all jails in ezjails config directory are being
started/stopped. started/stopped.
@ -35,13 +35,12 @@ for each jail in the jail_list before passing its command on to the
.B /etc/rc.d/jail .B /etc/rc.d/jail
script. script.
.SH NOTES .SH NOTES
.B ezjail .B ezjail.sh
enforces the execution of enforces the execution of
.B /etc/rc.d/jail, .B /etc/rc.d/jail,
by adding the option by prepending
.I one .I "one"
to the start, restart and stop commands to the start, restart and stop commands so it is
so it is
.B NOT NECESSARY .B NOT NECESSARY
to set to set
.I jail_enable .I jail_enable