diff options
author | erdgeist <erdgeist@erdgeist.org> | 2011-01-20 21:03:50 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2011-01-20 21:03:50 +0000 |
commit | 712cdc830d1456cec055ffd9a96540c047c96225 (patch) | |
tree | a9356100d7d2ee2b997037bd5f6bfc0944723c34 /man5/ezjail.conf.5 | |
parent | 38bd97262a80fc5fb73b076115610eee501a6ea0 (diff) |
New man pages, also put in new sections
Diffstat (limited to 'man5/ezjail.conf.5')
-rwxr-xr-x | man5/ezjail.conf.5 | 288 |
1 files changed, 176 insertions, 112 deletions
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5 index 81ac1ba..27e6e2a 100755 --- a/man5/ezjail.conf.5 +++ b/man5/ezjail.conf.5 | |||
@@ -1,143 +1,207 @@ | |||
1 | .TH ezjail.conf 5 | 1 | .Dd January 15, 2011 |
2 | .SH NAME | 2 | .Dt EZJAIL.CONF 5 USD |
3 | ezjail.conf \- configuration file for ezjail script | 3 | .Os FreeBSD |
4 | .SH DESCRIPTION | 4 | .Sh NAME |
5 | .Pa ezjail.conf | ||
6 | .Nd configuration file for ezjail script | ||
7 | .Sh DESCRIPTION | ||
5 | The file | 8 | The file |
6 | .B ezjail.conf | 9 | .Pa ezjail.conf |
7 | contains settings that control the operation of the ezjail rc script. It is | 10 | contains settings that control the operation of the ezjail rc script. It is |
8 | also read by the | 11 | also read by the |
9 | .B ezjail-admin | 12 | .Cm ezjail-admin |
10 | utility to figure out where it should perform its actions. | 13 | utility to figure out where it should perform its actions. Its path is |
11 | .SH PATH OPTIONS | 14 | set at installation time to |
12 | .TP | 15 | .Pa EZJAIL_PREFIX/etc/ezjail.conf , |
13 | .B ezjail_jaildir (str) | 16 | with an example file installed at |
14 | Location of jail root directories | 17 | .Pa EZJAIL_PREFIX/etc/ezjail.conf.sample . |
15 | .br | 18 | .Pp |
16 | .I default: /usr/jails | 19 | This file is really a shell script that is sourced by the |
17 | .TP | 20 | .Cm ezjail-admin |
18 | .B ezjail_jailtemplate (str) | 21 | command at run-time. |
22 | .Dq (str) | ||
23 | denotes a string; it should be enclosed in quotes if it contains space. | ||
24 | .Dq (bool) | ||
25 | notes a boolean, whose possible values are | ||
26 | .Dq YES | ||
27 | and | ||
28 | .Dq NO . | ||
29 | .Sh PATH OPTIONS | ||
30 | .Bl -tag -width option | ||
31 | .It ezjail_jaildir (str) | ||
32 | Location of jail root directories. | ||
33 | .br | ||
34 | Default: | ||
35 | .Em /usr/jails . | ||
36 | .It ezjail_jailtemplate (str) | ||
19 | Location of template jail used to create a new jail | 37 | Location of template jail used to create a new jail |
20 | .br | 38 | .br |
21 | .I default: /usr/jails/newjail | 39 | Default: |
22 | .TP | 40 | .Em ${ezjail_jaildir}/newjail . |
23 | .B ezjail_jailbase (str) | 41 | .It ezjail_jailbase (str) |
24 | Location of base jail, the one that is mounted to all jails | 42 | Location of base jail, the one that is mounted to all jails |
25 | .br | 43 | .br |
26 | .I default: /usr/jails/basejail | 44 | Default: |
27 | .TP | 45 | .Em ${ezjail_jaildir}/basejail . |
28 | .B ezjail_sourcetree (str) | 46 | .It ezjail_sourcetree (str) |
29 | Location of your copy of FreeBSD's source tree (refer to the | 47 | Location of your copy of FreeBSD's source tree (refer to the |
30 | .B ezjail-admin(1) | 48 | .Xr ezjail-admin 1 |
31 | utility for more information) | 49 | utility for more information). |
32 | .br | 50 | .br |
33 | .I default: /usr/src | 51 | Default: |
34 | .TP | 52 | .Em /usr/src . |
35 | .B ezjail_portscvsroot (str) | 53 | .It ezjail_flavours_dir (str) |
36 | Cvs root to use when checking out or updating the ports tree in base jail | 54 | Location of the flavours, where each directory is a different flavour. |
37 | .br | 55 | .br |
38 | .I default: :pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs | 56 | Default: |
39 | .TP | 57 | .Em ${ezjail_jaildir}/flavours . |
40 | .B ezjail_ftphost (str) | 58 | .It ezjail_portscvsroot (str) |
41 | This is where the install subcommand defaults to fetch its packages from | 59 | CVS root to use when checking out or updating the ports tree in base jail. |
42 | .br | 60 | .br |
43 | .I default: ftp.freebsd.org | 61 | Default: |
44 | .TP | 62 | .Em :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs . |
45 | .B ezjail_archivedir (str) | 63 | .It ezjail_ftphost (str) |
46 | This is the default archive location for the \fIezjail-admin archive\fR command. | 64 | This is where the install subcommand defaults to fetch its packages from. |
47 | .br | 65 | .br |
48 | .I default: `pwd -P` | 66 | Default: |
49 | .SH JAIL ADMIN OPTIONS | 67 | .Em ftp.freebsd.org . |
50 | .TP | 68 | .It ezjail_archivedir (str) |
51 | .B ezjail_default_execute (str) | 69 | This is the default archive location for the |
52 | This is the default command executed in a jail by ezjail-admin console. | 70 | .Cm ezjail-admin archive |
53 | .br | 71 | command. |
54 | .I default: YES | 72 | .br |
55 | .SH JAIL CREATION OPTIONS | 73 | Default: |
74 | .Em ${ezjail_jaildir}/ezjail_archives . | ||
75 | .El | ||
76 | .Sh JAIL ADMIN OPTIONS | ||
77 | .Bl -tag -width option | ||
78 | .It ezjail_default_execute (str) | ||
79 | This is the default command executed in a jail by | ||
80 | .Cm ezjail-admin console . | ||
81 | .br | ||
82 | Default: | ||
83 | .Em /usr/bin/login -f root . | ||
84 | .It ezjail_exec_start (str) | ||
85 | The command to execute in a jail when starting it. | ||
86 | .br | ||
87 | Default: | ||
88 | .Em /bin/sh /etc/rc . | ||
89 | .El | ||
90 | .Sh JAIL CREATION OPTIONS | ||
56 | Default options for newly created jails. Used by the | 91 | Default options for newly created jails. Used by the |
57 | .B ezjail-admin(1) | 92 | .Xr ezjail-admin 1 |
58 | utility. Be careful about disabling ezjail_mount_enable. (Refer to | 93 | utility. Be careful about disabling |
59 | .B ezjail-admin(1) | 94 | .Em ezjail_mount_enable . |
60 | for more information). | 95 | .Bl -tag -width option |
61 | .TP | 96 | .It ezjail_mount_enable (bool) |
62 | .B ezjail_mount_enable (bool) | 97 | Controls whether |
63 | Controls whether /etc/fstab.hostname should be executed at jail startup | 98 | .Pa /etc/fstab. Ar hostname |
64 | time. | 99 | should be executed at jail startup time. |
65 | .br | 100 | .br |
66 | .I default: "YES" | 101 | Default: |
67 | .TP | 102 | .Em YES . |
68 | .B ezjail_devfs_enable (bool) | 103 | .It ezjail_devfs_enable (bool) |
69 | Controls whether newly created jails are given a working | 104 | Controls whether newly created jails are given a working |
70 | .I /dev | 105 | .Pa /dev |
71 | directory. (Refer to | 106 | directory. (Refer to |
72 | .B devfs(5) | 107 | .Xr devfs 5 |
73 | and | 108 | and |
74 | .B jail(8) | 109 | .Xr jail 8 |
75 | for more information). | 110 | for more information). |
76 | .br | 111 | .br |
77 | .I default: "YES" | 112 | Default: |
78 | .TP | 113 | .Em YES . |
79 | .B ezjail_devfs_ruleset (str) | 114 | .It ezjail_devfs_ruleset (str) |
80 | Specifies which devfs ruleset should apply for newly created jails. | 115 | Specifies which devfs ruleset should apply for newly created jails. |
81 | (Refer to | 116 | (Refer to |
82 | .B devfs(5) | 117 | .Xr devfs 5 |
83 | and | 118 | and |
84 | .N jail(8) | 119 | .Xr jail 8 |
85 | for more information). | 120 | for more information). |
86 | .br | 121 | .br |
87 | .I default: "devfsrules_jail" | 122 | Default: |
88 | .TP | 123 | .Em devfsrules_jail . |
89 | .B ezjail_procfs_enable (bool) | 124 | .It ezjail_procfs_enable (bool) |
90 | Controls whether newly created jails are given a working | 125 | Controls whether newly created jails are given a working |
91 | .I /proc | 126 | .Pa /proc |
92 | directory. (Refer to | 127 | directory. (Refer to |
93 | .B procfs(5) | 128 | .Xr procfs 5 |
94 | and | 129 | and |
95 | .B jail(8) | 130 | .Xr jail (8) |
96 | for more information). | 131 | for more information). |
97 | .br | 132 | .br |
98 | .I default: "YES" | 133 | Default: |
99 | .TP | 134 | .Em YES . |
100 | .B ezjail_fdescfs_enable (bool) | 135 | .It ezjail_fdescfs_enable (bool) |
101 | Controls whether newly created jails are given a working | 136 | Controls whether newly created jails are given a working |
102 | .I /dev/fd/ | 137 | .Pa /dev/fd/ |
103 | directory. (Refer to | 138 | directory. (Refer to |
104 | .B fdescfs(5) | 139 | .Xr fdescfs (5) |
105 | and | 140 | and |
106 | .B jail(8) | 141 | .Xr jail (8) |
107 | for more information). | 142 | for more information). |
108 | .br | 143 | .br |
109 | .I default: "YES" | 144 | Default: |
110 | .TP | 145 | .Em YES . |
111 | .B ezjail_uglyperlhack (bool) | 146 | .It ezjail_uglyperlhack (bool) |
112 | Set to YES, if ezjail should provide a soft link from /usr/bin/perl to /usr/local/bin/perl in base jail. | 147 | Set to YES, if ezjail should provide a soft link from |
113 | .br | 148 | .Pa /usr/bin/perl |
114 | .I default: YES | 149 | to |
115 | .TP | 150 | .Pa /usr/local/bin/perl |
116 | .B ezjail_default_flavour (str) | 151 | in base jail. |
117 | Controls which flavours should be used for newly created jails if none are given on the command line. | 152 | .br |
118 | .br | 153 | Default: |
119 | .I default: none | 154 | .Em YES . |
120 | .SH ZFS OPTIONS | 155 | .It ezjail_default_flavour (str) |
121 | .TP | 156 | Controls which flavours should be used for newly created jails if none |
122 | .B ezjail_use_zfs (bool) | 157 | are given on the command line. |
123 | Set to YES, if ezjail should manage basejail and newjail in a seperate ZFS-datasets. | 158 | .br |
124 | .br | 159 | Default: |
125 | .I default: NO | 160 | .Em none . |
126 | .TP | 161 | .It ezjail_imagetype (one of simple, bde, eli, zfs) |
127 | .B ezjail_jailzfs (str) | 162 | Type of jail to create when creating a jail with the |
128 | The name of the parent ZFS-dataset which ezjail will use to create jails on. It will be mounted at the ezjail_jaildir. Setting this will automaticly enable ezjail managing jails in seperate ZFS-datasets. | 163 | .Fl i |
129 | .br | 164 | flag without specifying the type explicitely. |
130 | .I default: none | 165 | .br |
131 | .TP | 166 | Default: |
132 | .B ezjail_zfs_properties (str) | 167 | .Em simple |
133 | Default properties ZFS will use for creating datasets. See zfs(1m) for details. ADVANCED, be very careful! | 168 | .El |
134 | .br | 169 | .Sh ZFS OPTIONS |
135 | .I default: none | 170 | .Bl -tag -width option |
136 | .SH FILES | 171 | .It ezjail_use_zfs (bool) |
172 | Set to YES, if ezjail should manage basejail and newjail in a seperate | ||
173 | ZFS-datasets. | ||
174 | .br | ||
175 | Default: | ||
176 | .Em NO . | ||
177 | .It ezjail_jailzfs (str) | ||
178 | The name of the parent ZFS-dataset which ezjail will use to create | ||
179 | jails on. It will be mounted in | ||
180 | .Em ezjail_jaildir . | ||
181 | Setting this will automaticly enable ezjail managing jails in seperate | ||
182 | ZFS-datasets. | ||
183 | .br | ||
184 | Default: | ||
185 | .Em none . | ||
186 | .It ezjail_zfs_properties (str) | ||
187 | Default properties ZFS will use for creating datasets. See | ||
188 | .Xr zfs 1m | ||
189 | for details. ADVANCED, be very careful! | ||
190 | .br | ||
191 | Default: | ||
192 | .Em none . | ||
193 | .El | ||
194 | .Sh FILES | ||
137 | EZJAIL_PREFIX/etc/ezjail.conf | 195 | EZJAIL_PREFIX/etc/ezjail.conf |
138 | .br | 196 | .br |
139 | EZJAIL_PREFIX/etc/rc.d/ezjail.sh | 197 | EZJAIL_PREFIX/etc/rc.d/ezjail.sh |
140 | .SH "SEE ALSO" | 198 | .Sh SEE ALSO |
141 | ezjail-admin(1), ezjail(5), jail(8), devfs(5), fdescfs(5), procfs(5) | 199 | .Xr ezjail-admin 1 , |
142 | .SH AUTHOR | 200 | .Xr ezjail 5 , |
143 | Dirk Engling <erdgeist@erdgeist.org> | 201 | .Xr jail 8 , |
202 | .Xr devfs 5 , | ||
203 | .Xr fdescfs 5 , | ||
204 | .Xr procfs 5 . | ||
205 | .Sh AUTHOR | ||
206 | Dirk Engling | ||
207 | .Aq erdgeist@erdgeist.org . | ||