aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appendixa/bootscripts-dep.xml2
-rw-r--r--appendixa/bootscripts-desc.xml12
-rw-r--r--appendixa/bootscripts-shortdesc.xml18
-rw-r--r--appendixa/bootscripts.xml1
-rw-r--r--chapter06/bootscripts-inst.xml11
-rw-r--r--chapter06/bootscripts.xml4
-rw-r--r--entities/bootscripts.ent1
7 files changed, 36 insertions, 13 deletions
diff --git a/appendixa/bootscripts-dep.xml b/appendixa/bootscripts-dep.xml
index 4433a72f8..54298c426 100644
--- a/appendixa/bootscripts-dep.xml
+++ b/appendixa/bootscripts-dep.xml
@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>LFS-Bootscripts Installation Dependencies</title>
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml
index 6aaa3f42b..57c033a78 100644
--- a/appendixa/bootscripts-desc.xml
+++ b/appendixa/bootscripts-desc.xml
@@ -1,14 +1,10 @@
-<sect2><title>Contents of LFS-bootscripts</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-<para>Last checked against version &bootscripts-contversion;.</para>
-
-<sect3><title>Scripts</title>
+<sect2><title>Descriptions</title>
-<para>checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet,
-mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap,
-sysklogd and template</para></sect3>
+<para>Last checked against version &bootscripts-contversion;.</para>
-<sect3><title>Descriptions</title>
+<sect3><title>Program file descriptions</title>
<sect4><title>checkfs</title>
<para>The checkfs script checks the file systems just before they are
diff --git a/appendixa/bootscripts-shortdesc.xml b/appendixa/bootscripts-shortdesc.xml
new file mode 100644
index 000000000..9aeff8716
--- /dev/null
+++ b/appendixa/bootscripts-shortdesc.xml
@@ -0,0 +1,18 @@
+<sect2><title>Contents of LFS-bootscripts</title>
+
+<para>Last checked against version &bootscripts-contversion;.</para>
+
+<para>The LFS-Bootscripts package contains SysV init style shell
+scripts. These scripts do various tasks such as check filesystem
+integrity during boot, load keymaps, setup networks and halt
+processes at shutdown.</para>
+
+<para>LFS-bootscripts installs the following:</para>
+
+<sect3><title>Scripts</title>
+<para>checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet,
+mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap,
+sysklogd and template</para></sect3>
+
+</sect2>
+
diff --git a/appendixa/bootscripts.xml b/appendixa/bootscripts.xml
index 6c3b99db6..f794e440b 100644
--- a/appendixa/bootscripts.xml
+++ b/appendixa/bootscripts.xml
@@ -3,6 +3,7 @@
<?dbhtml filename="bootscripts.html" dir="appendixa"?>
&aa-bootscripts-down;
+&aa-bootscripts-shortdesc;
&aa-bootscripts-desc;
&aa-bootscripts-dep;
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml
index 1d5be4389..f4ebbc6da 100644
--- a/chapter06/bootscripts-inst.xml
+++ b/chapter06/bootscripts-inst.xml
@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of LFS-Bootscripts</title>
@@ -10,10 +12,13 @@ style init scripts, which may be found at
<para>If you decide to use BSD style, or some other style scripts, you can
skip Chapter 7 when you arrive at it and move on to Chapter 8.</para>
-<para>Install LFS-Bootscripts by running the following command:</para>
+<para>Install the boot scripts:</para>
+
+<para><screen><userinput>cp -a rc.d sysconfig /etc</userinput></screen></para>
+
+<para>Give <emphasis>root</emphasis> ownership of the scripts:</para>
-<para><screen><userinput>cp -a rc.d sysconfig /etc &amp;&amp;
-chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para>
+<para><screen><userinput>chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para>
</sect2>
diff --git a/chapter06/bootscripts.xml b/chapter06/bootscripts.xml
index ed0e99f82..94a44f52f 100644
--- a/chapter06/bootscripts.xml
+++ b/chapter06/bootscripts.xml
@@ -5,9 +5,9 @@
<screen>Estimated build time: &bootscripts-time;
Estimated required disk space: &bootscripts-compsize;</screen>
-&c6-bootscripts-inst;
-&aa-bootscripts-desc;
+&aa-bootscripts-shortdesc;
&aa-bootscripts-dep;
+&c6-bootscripts-inst;
</sect1>
diff --git a/entities/bootscripts.ent b/entities/bootscripts.ent
index d444b3c2d..a83f4b79f 100644
--- a/entities/bootscripts.ent
+++ b/entities/bootscripts.ent
@@ -7,6 +7,7 @@
<!ENTITY aa-bootscripts-desc SYSTEM "../appendixa/bootscripts-desc.xml">
<!ENTITY aa-bootscripts-dep SYSTEM "../appendixa/bootscripts-dep.xml">
<!ENTITY aa-bootscripts-down SYSTEM "../appendixa/bootscripts-down.xml">
+<!ENTITY aa-bootscripts-shortdesc SYSTEM "../appendixa/bootscripts-shortdesc.xml">
<!ENTITY bootscripts-version "1.10">
<!ENTITY bootscripts-depversion "1.10">