diff options
Diffstat (limited to 'appendixa/bootscripts-desc.xml')
-rw-r--r-- | appendixa/bootscripts-desc.xml | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml index 83ff56681..4a791f5e5 100644 --- a/appendixa/bootscripts-desc.xml +++ b/appendixa/bootscripts-desc.xml @@ -1,19 +1,16 @@ <sect2><title> </title><para> </para></sect2> -<sect2><title>Descriptions</title> - -<para>(Last checked against version &bootscripts-contversion;.)</para> - -<sect3><title>Script descriptions</title> +<sect2><title>Short descriptions</title> <para>The <command>checkfs</command> script checks the file systems just before they are mounted (with the exception of journal and network based file systems).</para> -<para>The <command>cleanfs</command> script removes files that shouldn't be preserved between -reboots, such as /var/run/* and /var/lock/*. It re-creates /var/run/utmp and -removes the possibly present /etc/nologin, /fastboot and /forcefsck -files.</para> +<para>The <command>cleanfs</command> script removes files that shouldn't be +preserved between reboots, such as those in <filename>/var/run/</filename> and +<filename>/var/lock/</filename>. It re-creates <filename>/var/run/utmp</filename> +and removes the possibly present <filename>/etc/nologin</filename>, +<filename>/fastboot</filename> and <filename>/forcefsck</filename> files.</para> <para>The <command>functions</command> script contains functions shared among different scripts, such as error and status checking.</para> @@ -59,7 +56,5 @@ kernel log daemons.</para> <para>The <command>template</command> script is a template you can use to create your own bootscripts for your other daemons.</para> -</sect3> - </sect2> |