From: Enrico Scholz Date: Sun, 24 Apr 2005 11:33:02 +0000 (+0000) Subject: added new markup X-Git-Tag: version_0_30_210~249 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1081f131e6a525d85a6b8938936ae9a1b719695a;p=util-vserver.git added new markup added new CSS from Nicolas Costes git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2032 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/doc/configuration-xhtml.xsl b/util-vserver/doc/configuration-xhtml.xsl index fe5c231..0c99433 100644 --- a/util-vserver/doc/configuration-xhtml.xsl +++ b/util-vserver/doc/configuration-xhtml.xsl @@ -19,10 +19,11 @@ The <xsl:value-of select="$confdir"/> directory - - - - + + + + +

The content of the directory

@@ -37,6 +38,7 @@
    + @@ -144,7 +146,7 @@ - / + / @@ -167,13 +169,17 @@ -
    +
    + + +
    + @@ -183,7 +189,11 @@ - + + + + / + @@ -194,6 +204,11 @@ + + $ + + +
    @@ -204,4 +219,30 @@ + +
    +
    + + +
    +
    + + + + + + + + + + + + + + # + # + + + + diff --git a/util-vserver/doc/configuration.dtd b/util-vserver/doc/configuration.dtd index aabca55..281d98a 100644 --- a/util-vserver/doc/configuration.dtd +++ b/util-vserver/doc/configuration.dtd @@ -2,6 +2,7 @@ @@ -22,6 +25,7 @@ @@ -31,18 +35,21 @@ @@ -50,6 +57,7 @@ @@ -61,12 +69,14 @@ @@ -82,3 +92,12 @@ + + + + + + + + diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index 38e5741..941ec37 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -19,10 +19,11 @@ - + -Disable namespace usage globally. It can be overridden for a single -vserver by setting the 'namespace' flag there. +Disable namespace usage globally. It can be overridden for a single vserver +by setting the namespace flag +there. In this mode the /vservers directory must have the 'barrier' attribute. Else, common chroot(2) exploits are possible. @@ -56,13 +57,13 @@ distribution specific configuration file. -The Debian mirror to use with the 'debootstrap' program +The Debian mirror to use with the debootstrap program -When the 'debootstrap' package is not installed; fetch it from this -uri and install it at a temporary place. +When the debootstrap package is not installed; fetch it +from this uri and install it at a temporary place. @@ -70,8 +71,9 @@ uri and install it at a temporary place. -The file where output will be logged to when 'vshelper' is invoked -from the kernel. This should point somewhere e.g. into /var/log. +The file where output will be logged to when vshelper +is invoked from the kernel. This should point somewhere e.g. into +/var/log. @@ -132,8 +134,8 @@ at startup via initscript. -A directory which will be used as the storage place for the 'vhashify' -command. +A directory which will be used as the storage place for the +vhashify command. @@ -182,7 +184,7 @@ The default, yum-related content of the /etc directory. The master yum configuration file. It supports the @YUMETCDIR@, @YUMCACHEDIR@ and @YUMLOGDIR@ placeholder which will be replaced at -'vserver ... build' time. +vserver ... build time. @@ -232,7 +234,7 @@ The pathname of the vserver binary. -Contains files with packages. +Contains files with packagenames. @@ -294,7 +296,7 @@ the vserver is stopped, this can be a dangling symlink. - + [experimental; name is subject of possible change] Contains the system capabilities. See lib/bcaps-v13.c @@ -310,10 +312,10 @@ for possible values. - + -Overrides the global 'nonamespace' flag and enables namespace usage -for the current vserver. +Overrides the global nonamespace flag and enables +namespace usage for the current vserver. @@ -341,15 +343,15 @@ hold queue. When the bucket has been refilled to at least M tokens, all on hold processes are rescheduled. - + Amount of tokens append to the bucket each interval. -The intervall between refills of amount 'fill_rate'. This value is -express in ticks. +The intervall between refills of amount fill_rate. This +value is express in ticks. @@ -388,7 +390,7 @@ The nice-level on which the vserver will be started. Contains per line a capability. This file is used for the 2.4 kernel -only; for 2.6 use 'bcapabilities'. +only; for 2.6 use bcapabilities. @@ -450,9 +452,9 @@ Contains the context which shall be used for the vserver. The fstab file for the vserver. Entries in this file will be mounted within the network context of the vserver; this means that mount will -be called as 'chbind <options> mount ...'. Use the 'fstab.local' -file when you do not want this behavior, but in most cases the 'fstab' -file should be used. +be called as chbind <options> mount .... Use +the 'fstab.local' file when you do not want this behavior, but in most +cases the 'fstab' file should be used. @@ -514,8 +516,8 @@ a separate line. The command which is used to wait on the vserver after it has been started. Each option must be on a separate line. This file will be -ignored when the 'sync' does not exist and the '--sync' option was not -used. +ignored when the sync flag does not exist and the +'--sync' option was not used. @@ -530,8 +532,8 @@ a separate line. The command which is used to wait on the vserver after it has been stopped. Each option must be on a separate line. This file will be -ignored when the 'sync' does not exist and the '--sync' option was not -used. +ignored when the sync flag does not exist and the +'--sync' option was not used. @@ -542,7 +544,7 @@ runlevel in the utmp-file). Each option must be on a separate line. - + If this file is not present, all 'cmd.*-sync files will be ignored. @@ -585,18 +587,19 @@ assumed. restart -The action which is going to be executed when a vshelper event occurs. The -default value is 'restart', but there can be defined own methods by placing -scripts into the 'vshelper-methods' directories. These scripts are fed with -the same arguments as the 'vshelper' script. +The action which is going to be executed when a vshelper event +occurs. The default value is 'restart', but there can be defined own +methods by placing scripts into the +vshelper-methods directories. These scripts are +fed with the same arguments as the vshelper script. -When existing. these scripts will be executed *instead* of the default -handler defined in 'action'. Their name must match the event which -caused the execution of 'vshelper'; e.g. 'restart' or 'poweroff'. See +When existing, these scripts will be executed *instead* of the default +handler defined in 'action'. Their name must match the event which caused +the execution of vshelper; e.g. 'restart' or 'poweroff'. See the vs_reboot() function in the kernel for more details. @@ -635,7 +638,7 @@ skipped. - + See vshelper/action. @@ -651,10 +654,13 @@ unification. -Static list of excluded files. This list supports an rsync syntax: -when a file is prefixed by '+', it is a candidate for unification; -when there is no prefix or a '-' it will be excluded. Shell-wildcards -are allowed for the filenames. +

    Static list of files which are excluded for unification. This list +supports an rsync-like syntax: when a file is prefixed by '+', it is a +candidate for unification; when there is no prefix or a '-' or a '~' it +will be excluded. Shell-wildcards are allowed for the filenames.

    +

    When used with vcopy, the '~' prefix prevents copying +of the file entirely (e.g. for keyfiles). With this tool, the file will +be copied instead of hardlinked when the '-' prefix is used.

    @@ -669,8 +675,8 @@ will be processed in alphanumerical order. -A directory which will be used as the storage place for the 'vhashify' -command. +A directory which will be used as the storage place for the +vhashify command. @@ -992,8 +998,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). 'iface' is an arbitrary name for the interface; the value itself is not important but may be interesting regarding interface-creation and -usage with 'chbind'. Both happens in alphabetical order and numbers -like '00' are good names for these directories. +usage with chbind. Both happens in alphabetical order and +numbers like '00' are good names for these directories. @@ -1020,10 +1026,10 @@ like '00' are good names for these directories.
    -When this file exists, the interface will be named with the text in this -file. Without such an entry, the IP will not be shown by 'ifconfig' but -by 'ip addr ls' only. Such a labeled interface is known as an "alias" -also (e.g. 'eth0:foo'). +When this file exists, the interface will be named with the text in +this file. Without such an entry, the IP will not be shown by +ifconfig but by ip addr ls only. Such +a labeled interface is known as an "alias" also (e.g. 'eth0:foo').