initial checkin
[util-vserver.git] / util-vserver / doc / configuration.xml
index cc0da1e..d7aeb3c 100644 (file)
            <description></description>
            <default>/vservers/.pkg</default>
          </symlink>
+
+         <file name="apt.conf">
+           <description>The default apt.conf which is going to be used. It is overridden by
+           distribution specific configuration file.</description>
+         </file>
+       </dir>
+
+       <dir name="debootstrap" type="fixed">
+         <file name="mirror">
+           <description>The Debian mirror which is used for 'debootstrap'.</description>
+         </file>
+
+         <file name="uri">
+           <description>When the 'debootstrap' package is not installed; fetch it from this uri and
+           install it at a temporary place.</description>
+         </file>
+       </dir>
+
+       <dir name="vprocunhide" type="fixed">
+         <file name="files">
+           <description>A list of files which will be made visibly by vprocunhide. Wildcards are
+           allowed and anything ending in '/' will be processed recursively. When this file exists,
+           it overrides the defaults in SYSDEFAULTDIR/vprocunhide-files.</description>
+         </file>
        </dir>
       </dir>
     </dir>
          <description></description>
        </file>
 
+       <file name="apt.conf">
+         <description>The default apt.conf which is going to be used .It overrides the apt.conf
+         from @CONFDIR@/.defaults/apps/pkgmgmt.</description>
+       </file>
+
        <script name="initpre">
          <description>Script which will be executed before packages will be installed.</description>
          <params>
            <description>The scope of the network interfaces.</description>
          </file>
          <file name="name">
-           <description>When this file exists, the interface will be named.</description>
+           <description>When this file exists, the interface will be named with the text in this file.</description>
+         </file>
+         <file name="nodev">
+           <description>When this file exists, the interface will be assumed to exist already. A
+           former name for this flag was 'only_ip' which is deprecated now.</description>
          </file>
        </dir>
       </dir>
 
       <dir name="ulimits" type="fixed">
-       <description>A directory with ulimits.</description>
+       <description>A directory with ulimits. Possible resources are cpu, data, fsize, locks,
+       memlock, nofile, nproc, rss and/or stack.</description>
 
        <file name="resource" type="symbolic">
          <description>A file which contains the hard- and soft-limit of the given resource in the
          special keyword 'inf' is recognized.</description>
        </file>
       </dir>
+
+      <dir name="rlimits" type="fixed">
+       <description>see ulimits</description>
+      </dir>
+
+      <dir name="uts" type="fixed">
+       <file name="context">
+         <description>The context-name of the vserver</description>
+       </file>
+       <file name="sysname">
+         <description>The sysname of the vserver</description>
+       </file>
+       <file name="nodename">
+         <description>The node-/hostname of the vserver</description>
+       </file>
+       <file name="release">
+         <description>The OS-release of the vserver</description>
+       </file>
+       <file name="version">
+         <description>The OS-version of the vserver</description>
+       </file>
+       <file name="machine">
+         <description>The machine-type of the vserver</description>
+       </file>
+       <file name="domainname">
+         <description>The NIS domainname of the vserver</description>
+       </file>
+      </dir>
     </dir>
   </topleveldir>
 </cfgdirdoc>