implemented CLONE_NS and --rbind mounting
[util-vserver.git] / util-vserver / doc / configuration.xml
index 9453f3b..9155dde 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>
     </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>
          </file>
        </dir>
       </dir>
+
+      <dir name="ulimits" type="fixed">
+       <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
+         first line. The special keyword 'inf' is recognized.</description>
+       </file>
+
+       <file name="resource.hard" type="symbolic">
+         <description>A file which contains the hard- of the given resource in the first line. The
+         special keyword 'inf' is recognized.</description>
+       </file>
+
+       <file name="resource.soft" type="symbolic">
+         <description>A file which contains the soft- of the given resource in the first line. The
+         special keyword 'inf' is recognized.</description>
+       </file>
+      </dir>
     </dir>
   </topleveldir>
 </cfgdirdoc>