Changeset 2474
- Timestamp:
- 01/25/07 14:14:33 (2 years ago)
- Files:
-
- trunk/doc/configuration.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/configuration.xml
r2463 r2474 63 63 </description> 64 64 </link> 65 66 <scalar name="shell"> 67 <description> 68 Contains the pathname of the shell which will be used by the "vserver 69 ... enter" command. Can be overridden by the 70 <optionref ref="shell">per-guest shell</optionref>. 71 </description> 72 </scalar> 73 74 <data name="fstab"> 75 <description> 76 The default fstab file to put in newly built guests. 77 </description> 78 </data> 65 79 66 80 <collection name="apps"> … … 129 143 <program name="handler" type="symbolic"> 130 144 <description> 131 See vshelper/action.145 See <optionref ref="vshelper-action">vshelper/action</optionref>. 132 146 </description> 133 147 </program> … … 232 246 </boolean> 233 247 </collection> 248 249 <collection name="build"> 250 <list name="options"> 251 <description> 252 A list of default options to supply to vserver ... build, one option per line. 253 </description> 254 </list> 255 </collection> 234 256 </collection> 235 257 … … 241 263 </description> 242 264 </boolean> 265 </collection> 266 267 <collection name="files"> 268 <description>This directory contains some files which will be copied to the guests during build.</description> 269 <data name="hosts"> 270 <description>The default /etc/hosts file.</description> 271 </data> 272 <data name="nsswitch.conf"> 273 <description>The default /etc/nsswitch.conf file.</description> 274 </data> 275 <data name="krb5.conf"> 276 <description>The default /etc/krb5.conf file.</description> 277 </data> 278 <data name="krb.conf"> 279 <description>The default /etc/krb.conf file.</description> 280 </data> 281 <data name="krb.realms"> 282 <description>The default /etc/krb.realms file.</description> 283 </data> 284 <data name="ldap.conf"> 285 <description>The default /etc/ldap.conf file.</description> 286 </data> 287 <data name="localtime"> 288 <description>The default /etc/localtime file.</description> 289 </data> 290 <data name="resolv.conf"> 291 <description>The default /etc/resolv.conf file.</description> 292 </data> 243 293 </collection> 244 294 </collection> … … 499 549 </description> 500 550 </list> 501 <scalar name="shell">551 <scalar id="shell" name="shell"> 502 552 <description> 503 553 Contains the pathname of the shell which will be used by the "vserver … … 713 763 </scalar> 714 764 715 <scalar name="action">765 <scalar id="vshelper-action" name="action"> 716 766 <default>restart</default> 717 767 <description> … … 770 820 <program name="handler" type="symbolic"> 771 821 <description> 772 See vshelper/action.822 See <optionref ref="vshelper-action">vshelper/action</optionref>. 773 823 </description> 774 824 </program>
