aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-21 19:38:32 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-21 19:38:32 +0000
commit3f0c882398e626cd92503b1bd964a32e89f818dc (patch)
tree73e2935fe138615f4ec2d430fb7fbf6ae8fa9a80 /chapter07
parentaaa3260c039e40d68545922b64199b039da6af7b (diff)
Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/console.xml4
-rw-r--r--chapter07/hostname.xml3
-rw-r--r--chapter07/hosts.xml10
-rw-r--r--chapter07/inputrc.xml2
-rw-r--r--chapter07/network.xml3
-rw-r--r--chapter07/profile.xml1
-rw-r--r--chapter07/setclock.xml3
-rw-r--r--chapter07/usage.xml3
8 files changed, 2 insertions, 27 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml
index 9469cc94a..d7e643ec3 100644
--- a/chapter07/console.xml
+++ b/chapter07/console.xml
@@ -7,9 +7,7 @@
<title>Configuring the Linux console</title>
<?dbhtml filename="console.html"?>
-<indexterm zone="ch-scripts-console">
-<primary sortas="d-console">console</primary>
-<secondary>configuring</secondary></indexterm>
+<para>Create the configuration file:</para>
<screen><userinput>cat &gt;/etc/sysconfig/console &lt;&lt;"EOF"
KEYMAP="<replaceable>[arguments for loadkeys]</replaceable>"
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml
index f51f08a62..29ecc0ce0 100644
--- a/chapter07/hostname.xml
+++ b/chapter07/hostname.xml
@@ -7,9 +7,6 @@
<title>Configuring the localnet script</title>
<?dbhtml filename="hostname.html"?>
-<indexterm zone="ch-scripts-hostname">
-<primary sortas="d-localnet">localnet</primary>
-<secondary>configuring</secondary></indexterm>
<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
running:</para>
diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml
index b945d9c21..7e5dde0b0 100644
--- a/chapter07/hosts.xml
+++ b/chapter07/hosts.xml
@@ -7,16 +7,6 @@
<title>Creating the /etc/hosts file</title>
<?dbhtml filename="hosts.html"?>
-<indexterm zone="ch-scripts-hosts"><primary sortas="e-/etc/hosts">/etc/hosts</primary></indexterm>
-
-<indexterm zone="ch-scripts-hosts">
-<primary sortas="d-localnet">localnet</primary>
-<secondary>/etc/hosts</secondary></indexterm>
-
-<indexterm zone="ch-scripts-hosts">
-<primary sortas="d-network">network</primary>
-<secondary>/etc/hosts</secondary></indexterm>
-
<para>If a network card is not going to be configured, create the
<filename>/etc/hosts</filename> file by running:</para>
diff --git a/chapter07/inputrc.xml b/chapter07/inputrc.xml
index 2f8a33912..17f9058a9 100644
--- a/chapter07/inputrc.xml
+++ b/chapter07/inputrc.xml
@@ -7,7 +7,7 @@
<title>Creating the /etc/inputrc file</title>
<?dbhtml filename="inputrc.html"?>
-<indexterm zone="ch-scripts-inputrc"><primary sortas="e-/etc/inputrc">/etc/inputrc</primary></indexterm>
+<para>Create the /etc/inputrc file:</para>
<screen><userinput>cat &gt; /etc/inputrc &lt;&lt; "EOF"
# Begin /etc/inputrc
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 44e5ad01b..8d19791dd 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -7,9 +7,6 @@
<title>Configuring the network script</title>
<?dbhtml filename="network.html"?>
-<indexterm zone="ch-scripts-network">
-<primary sortas="d-network">network</primary>
-<secondary>configuring</secondary></indexterm>
<sect2>
<title>Creating network interface configuration files</title>
diff --git a/chapter07/profile.xml b/chapter07/profile.xml
index 5bf3c281c..f487dacf5 100644
--- a/chapter07/profile.xml
+++ b/chapter07/profile.xml
@@ -7,7 +7,6 @@
<title>The Bash Shell Startup Files</title>
<?dbhtml filename="profile.html"?>
-<indexterm zone="ch-scripts-profile"><primary sortas="e-/etc/profile">/etc/profile</primary></indexterm>
<para>Create the <filename>/etc/profile</filename> file:</para>
diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml
index fd15f66de..f5af3b32a 100644
--- a/chapter07/setclock.xml
+++ b/chapter07/setclock.xml
@@ -7,9 +7,6 @@
<title>Configuring the setclock script</title>
<?dbhtml filename="setclock.html"?>
-<indexterm zone="ch-scripts-setclock">
-<primary sortas="d-setclock">setclock</primary>
-<secondary>configuring</secondary></indexterm>
<para>Create a new file <filename>/etc/sysconfig/clock</filename> by running
the following:</para>
diff --git a/chapter07/usage.xml b/chapter07/usage.xml
index 9382a7226..5714dc07e 100644
--- a/chapter07/usage.xml
+++ b/chapter07/usage.xml
@@ -7,9 +7,6 @@
<title>How do these bootscripts work?</title>
<?dbhtml filename="usage.html"?>
-<indexterm zone="ch-scripts-usage">
-<primary sortas="a-Bootscripts">Bootscripts</primary>
-<secondary>usage</secondary></indexterm>
<para>See testing</para>