diff --git a/chapter06/bootscripts.xml b/chapter06/bootscripts.xml
deleted file mode 100644
index 159470d1f..000000000
--- a/chapter06/bootscripts.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-Installing LFS-Bootscripts-&bootscripts-version;
-
-
-The LFS-Bootscripts package contains a set of bootscripts.
-
-&buildtime; &bootscripts-time;
-&diskspace; &bootscripts-compsize;
-
-&aa-bootscripts-down;
-&aa-bootscripts-dep;
-
-
-
-
-Installation of LFS-Bootscripts
-
-We will be using SysV style init scripts. We have chosen this style
-because it is widely used and we feel comfortable with it. If you would prefer
-to try something else, Marc Heerdink has written a hint about BSD style init
-scripts, to be found at . And if you'd
-like something more radical, search the LFS mailing lists for depinit.
-
-If you decide to use BSD style, or some other style scripts, you can
-skip the next chapter when you arrive at it and move on to
-.
-
-Install the boot scripts:
-
-cp -a rc.d sysconfig /etc
-
-Give root ownership of the scripts:
-
-chown -R root:root /etc/rc.d /etc/sysconfig
-
-
-
-&aa-bootscripts-shortdesc;
-&aa-bootscripts-desc;
-
-
-
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 070284803..be329ce99 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -521,7 +521,6 @@ just yet. There is still some use for it towards the end of the book.
-&c6-bootscripts;
&c6-aboutdebug;
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml
new file mode 100644
index 000000000..dc90e2e68
--- /dev/null
+++ b/chapter07/bootscripts.xml
@@ -0,0 +1,33 @@
+
+Installing LFS-Bootscripts-&bootscripts-version;
+
+
+The LFS-Bootscripts package contains a set of bootscripts.
+
+&buildtime; &bootscripts-time;
+&diskspace; &bootscripts-compsize;
+
+&bootscripts-down;
+&bootscripts-dep;
+
+
+
+
+Installation of LFS-Bootscripts
+
+Install the boot scripts simply by copying them to their
+destination:
+
+cp -a rc.d sysconfig /etc
+
+Make sure root is owner of the scripts:
+
+chown -R root:root /etc/rc.d /etc/sysconfig
+
+
+
+&bootscripts-shortdesc;
+&bootscripts-desc;
+
+
+
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml
index 7e07e8ecd..9dc8bc3ac 100644
--- a/chapter07/chapter07.xml
+++ b/chapter07/chapter07.xml
@@ -2,7 +2,29 @@
Setting up system boot scripts
-&c7-introduction;
+
+
+Introduction
+
+
+In this chapter we will install the bootscripts and set them up
+properly. Most of these scripts will work without needing to modify them, but
+a few require additional configuration files, since they deal with hardware
+dependent information.
+
+We have chosen to use System-V style init scripts simply because they
+are widely used and we feel comfortable with them. If you would prefer to try
+something else: Marc Heerdink has written a hint about BSD style init scripts,
+to be found at . And if you'd like
+something more radical, search the LFS mailing lists for "depinit".
+
+If you decide to use some other style of init scripts, you can skip this
+chapter and move on to .
+
+
+
+
+&bootscripts;
&c7-usage;
&c7-setclock;
&c7-loadkeys;
diff --git a/entities/bootscripts.ent b/entities/bootscripts.ent
index 03b0a2239..54aeee96d 100644
--- a/entities/bootscripts.ent
+++ b/entities/bootscripts.ent
@@ -1,9 +1,9 @@
-
+
-
-
-
-
+
+
+
+