aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-24 21:37:26 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-24 21:37:26 +0000
commitb8a819fd7bca2d339d92375130c556cca465aa1d (patch)
treee50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter07
parent8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff)
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/bootscripts.xml72
1 files changed, 36 insertions, 36 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml
index fee55dbbe..89f3c4f6e 100644
--- a/chapter07/bootscripts.xml
+++ b/chapter07/bootscripts.xml
@@ -49,8 +49,8 @@ swap, sysklogd and template</seg></seglistitem>
<variablelist><title>Short descriptions</title>
-<varlistentry>
-<term id="checkfs-bootscripts"><command>checkfs</command></term>
+<varlistentry id="checkfs-bootscripts">
+<term><command>checkfs</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts checkfs-bootscripts"><primary sortas="d-checkfs">checkfs</primary></indexterm>
<para>checks the file systems just before they are mounted (with the exception of journal
@@ -58,8 +58,8 @@ and network based file systems).</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="cleanfs-bootscripts"><command>cleanfs</command></term>
+<varlistentry id="cleanfs-bootscripts">
+<term><command>cleanfs</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts"><primary sortas="d-cleanfs">cleanfs</primary></indexterm>
<para>removes files that shouldn't be
@@ -70,8 +70,8 @@ and removes the possibly present <filename>/etc/nologin</filename>,
</listitem>
</varlistentry>
-<varlistentry>
-<term id="console-bootscripts"><command>console</command></term>
+<varlistentry id="console-bootscripts">
+<term><command>console</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm>
<para>loads the keymap table you specified as proper for your keyboard layout.
@@ -79,8 +79,8 @@ It also sets the screen font.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="functions-bootscripts"><command>functions</command></term>
+<varlistentry id="functions-bootscripts">
+<term><command>functions</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
<para>contains functions shared among
@@ -88,32 +88,32 @@ different scripts, such as error and status checking.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="halt-bootscripts"><command>halt</command></term>
+<varlistentry id="halt-bootscripts">
+<term><command>halt</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts halt-bootscripts"><primary sortas="d-halt">halt</primary></indexterm>
<para>halts the system.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="ifdown-bootscripts"><command>ifdown</command> and <command>ifup</command></term>
+<varlistentry id="ifdown-bootscripts">
+<term><command>ifdown</command> and <command>ifup</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts"><primary sortas="d-ifdown">ifdown</primary></indexterm>
<para>assist the network script with network devices.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="localnet-bootscripts"><command>localnet</command></term>
+<varlistentry id="localnet-bootscripts">
+<term><command>localnet</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm>
<para>sets up the system's hostname and local loopback device.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="mountfs-bootscripts"><command>mountfs</command></term>
+<varlistentry id="mountfs-bootscripts">
+<term><command>mountfs</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts mountfs-bootscripts"><primary sortas="d-mountfs">mountfs</primary></indexterm>
<para>mounts all file systems that
@@ -121,16 +121,16 @@ aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="mountkernfs-bootscripts"><command>mountkernfs</command></term>
+<varlistentry id="mountkernfs-bootscripts">
+<term><command>mountkernfs</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"><primary sortas="d-mountkernfs">mountkernfs</primary></indexterm>
<para>is used to mount kernel-provided file systems, such as /proc.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="network-bootscripts"><command>network</command></term>
+<varlistentry id="network-bootscripts">
+<term><command>network</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts network-bootscripts"><primary sortas="d-network">network</primary></indexterm>
<para>sets up network interfaces, such
@@ -138,8 +138,8 @@ as network cards, and sets up the default gateway where applicable.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="rc-bootscripts"><command>rc</command></term>
+<varlistentry id="rc-bootscripts">
+<term><command>rc</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts rc-bootscripts"><primary sortas="d-rc">rc</primary></indexterm>
<para>is the master run-level control script.
@@ -148,24 +148,24 @@ determined by the name of the symbolic links being processed.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="reboot-bootscripts"><command>reboot</command></term>
+<varlistentry id="reboot-bootscripts">
+<term><command>reboot</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts reboot-bootscripts"><primary sortas="d-reboot">reboot</primary></indexterm>
<para>reboots the system.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="sendsignals-bootscripts"><command>sendsignals</command></term>
+<varlistentry id="sendsignals-bootscripts">
+<term><command>sendsignals</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"><primary sortas="d-sendsignals">sendsignals</primary></indexterm>
<para>makes sure every process is terminated before the system reboots or halts.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="setclock-bootscripts"><command>setclock</command></term>
+<varlistentry id="setclock-bootscripts">
+<term><command>setclock</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts setclock-bootscripts"><primary sortas="d-setclock">setclock</primary></indexterm>
<para>resets the kernel clock to
@@ -173,8 +173,8 @@ localtime in case the hardware clock isn't set to GMT time.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="static-bootscripts"><command>static</command></term>
+<varlistentry id="static-bootscripts">
+<term><command>static</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts static-bootscripts"><primary sortas="d-static">static</primary></indexterm>
<para>provides the functionality needed
@@ -182,24 +182,24 @@ to assign a static IP address to a network interface.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="swap-bootscripts"><command>swap</command></term>
+<varlistentry id="swap-bootscripts">
+<term><command>swap</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts swap-bootscripts"><primary sortas="d-swap">swap</primary></indexterm>
<para>enables and disables swap files and partitions.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="sysklogd-bootscripts"><command>sysklogd</command></term>
+<varlistentry id="sysklogd-bootscripts">
+<term><command>sysklogd</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"><primary sortas="d-sysklogd">sysklogd</primary></indexterm>
<para>starts and stops the system and kernel log daemons.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="template-bootscripts"><command>template</command></term>
+<varlistentry id="template-bootscripts">
+<term><command>template</command></term>
<listitem>
<indexterm zone="ch-scripts-bootscripts template-bootscripts"><primary sortas="d-template">template</primary></indexterm>
<para>is a template you can use to