diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-06 22:19:12 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-06 22:19:12 +0000 |
commit | 04a335156f4e0a83bf7d1bf3173cff3bd55f9695 (patch) | |
tree | a3e283fd5a0eca8822416d6ea086f3a5e4feab62 /appendixa/bootscripts-desc.xml | |
parent | c1f00d2596a81bcc5e957b90a1f015a788b069c7 (diff) |
Changing the style of the 'Content' subsections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |