aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/bootscripts-desc.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-24 22:29:16 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-24 22:29:16 +0000
commit978d0bffc413b67ead9db2d2816b916cf3d502ca (patch)
tree785d8d08754099e55a26599f8d5ccce81b456cb4 /appendixa/bootscripts-desc.xml
parentaa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (diff)
Changing the style of the command descriptions in appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bootscripts-desc.xml')
-rw-r--r--appendixa/bootscripts-desc.xml84
1 files changed, 34 insertions, 50 deletions
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml
index 87483e0f0..8dc676fb3 100644
--- a/appendixa/bootscripts-desc.xml
+++ b/appendixa/bootscripts-desc.xml
@@ -6,74 +6,58 @@
<sect3><title>Program file descriptions</title>
-<sect4><title>checkfs</title>
-<para>The checkfs script checks the file systems just before they are
-mounted (with the exception of journal and network based file
-systems).</para></sect4>
+<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>
-<sect4><title>cleanfs</title>
-<para>The cleanfs script removes files that shouldn't be preserved between
+<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></sect4>
+files.</para>
-<sect4><title>functions</title>
-<para>The functions script contains functions shared among different
-scripts such as error checking, status checking, etc.</para></sect4>
+<para>The <command>functions</command> script contains functions shared among
+different scripts, such as error and status checking.</para>
-<sect4><title>halt</title>
-<para>The halt script halts the system.</para></sect4>
+<para>The <command>halt</command> script halts the system.</para>
-<sect4><title>ifdown, ifup</title>
-<para>The ifdown and ifup scripts assist the network script with
-network devices.</para></sect4>
+<para>The <command>ifdown</command> and <command>ifup</command> scripts assist
+the network script with network devices.</para>
-<sect4><title>loadkeys</title>
-<para>The loadkeys script loads the keymap table you specified as proper for
-your keyboard layout.</para></sect4>
+<para>The <command>loadkeys</command> script loads the keymap table you
+specified as proper for your keyboard layout.</para>
-<sect4><title>localnet</title>
-<para>The localnet script sets up the system's hostname and local loopback
-device.</para></sect4>
+<para>The <command>localnet</command> script sets up the system's hostname and
+local loopback device.</para>
-<sect4><title>mountfs</title>
-<para>The mountfs script mounts all file systems that aren't marked noauto
-or aren't network based.</para></sect4>
+<para>The <command>mountfs</command> script mounts all file systems that
+aren't marked noauto or aren't network based.</para>
-<sect4><title>mountproc</title>
-<para>The mountproc script is used to mount the proc filesystem.</para></sect4>
+<para>The <command>mountproc</command> script is used to mount the proc
+filesystem.</para>
-<sect4><title>network</title>
-<para>The network script sets up network interfaces, such as network cards,
-and sets up the default gateway where applicable.</para></sect4>
+<para>The <command>network</command> script sets up network interfaces, such
+as network cards, and sets up the default gateway where applicable.</para>
-<sect4><title>rc</title>
-<para>The rc script is the master runlevel control script. It is
-responsible for running all the other scripts one-by-one in a specific
-sequence.</para></sect4>
+<para>The <command>rc</command> script is the master runlevel control script.
+It is responsible for running all the other scripts one-by-one in a specific
+sequence.</para>
-<sect4><title>reboot</title>
-<para>The reboot scripts reboots the system.</para></sect4>
+<para>The <command>reboot</command> script reboots the system.</para>
-<sect4><title>sendsignals</title>
-<para>The sendsignals script makes sure every process is terminated before
-the system reboots or halts.</para></sect4>
+<para>The <command>sendsignals</command> script makes sure every process is
+terminated before the system reboots or halts.</para>
-<sect4><title>setclock</title>
-<para>The setclock scripts resets the kernel clock to localtime in case
-the hardware clock isn't set to GMT time.</para></sect4>
+<para>The <command>setclock</command> script resets the kernel clock to
+localtime in case the hardware clock isn't set to GMT time.</para>
-<sect4><title>swap</title>
-<para>The swap scripts enables and disables swap files and
-partitions.</para></sect4>
+<para>The <command>swap</command> script enables and disables swap files and
+partitions.</para>
-<sect4><title>sysklogd</title>
-<para>The sysklogd script starts and stops the system and kernel log
-daemons.</para></sect4>
+<para>The <command>sysklogd</command> script starts and stops the system and
+kernel log daemons.</para>
-<sect4><title>template</title>
-<para>The template script is a template you can use to create your own
-bootscripts for your other daemons.</para></sect4>
+<para>The <command>template</command> script is a template you can use to
+create your own bootscripts for your other daemons.</para>
</sect3>