aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter07/chapter07.xml1
-rw-r--r--chapter07/checkfs.xml1
-rw-r--r--chapter07/createdirs.xml1
-rw-r--r--chapter07/ethnet.xml1
-rw-r--r--chapter07/functions.xml1
-rw-r--r--chapter07/halt.xml1
-rw-r--r--chapter07/hosts.xml1
-rw-r--r--chapter07/introduction.xml1
-rw-r--r--chapter07/loadkeys.xml1
-rw-r--r--chapter07/localnet.xml1
-rw-r--r--chapter07/mountfs.xml1
-rw-r--r--chapter07/network.xml1
-rw-r--r--chapter07/rc.xml1
-rw-r--r--chapter07/rcS.xml1
-rw-r--r--chapter07/reboot.xml1
-rw-r--r--chapter07/sendsignals.xml1
-rw-r--r--chapter07/setclock.xml2
-rw-r--r--chapter07/symperm.xml1
-rw-r--r--chapter07/sysklogd.xml1
-rw-r--r--chapter07/template.xml1
-rw-r--r--chapter07/usage.xml1
-rw-r--r--chapter08/chapter08.xml1
-rw-r--r--chapter08/fstab.xml1
-rw-r--r--chapter08/introduction.xml1
-rw-r--r--chapter08/kernel.xml1
-rw-r--r--chapter08/lilo.xml1
-rw-r--r--chapter09/chapter09.xml1
-rw-r--r--chapter09/reboot.xml1
-rw-r--r--chapter09/theend.xml1
29 files changed, 30 insertions, 0 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml
index 290739dbf..5b1cdb8ad 100644
--- a/chapter07/chapter07.xml
+++ b/chapter07/chapter07.xml
@@ -1,5 +1,6 @@
<chapter id="chapter07">
<title>Creating system boot scripts</title>
+<?dbhtml filename="chapter07.html" dir="chapter07"?>
&c7-introduction;
&c7-usage;
diff --git a/chapter07/checkfs.xml b/chapter07/checkfs.xml
index caa04f09c..9f3f83283 100644
--- a/chapter07/checkfs.xml
+++ b/chapter07/checkfs.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-checkfs">
<title>Creating the checkfs script</title>
+<?dbhtml filename="checkfs.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/checkfs</filename> script by running
the following command:</para>
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml
index dbf5621f2..0cca02dcc 100644
--- a/chapter07/createdirs.xml
+++ b/chapter07/createdirs.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-createdirs">
<title>Creating directories</title>
+<?dbhtml filename="createdirs.html" dir="chapter07"?>
<para>We need to start by creating a few extra directories that are used by
the boot scripts. These directories are created by running:</para>
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index 49a2c3f1c..67e6d9640 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-ethnet">
<title>Creating the ethnet script</title>
+<?dbhtml filename="ethnet.html" dir="chapter07"?>
<para>This section only applies if a user is going to configure a network card.
If not, this section can be skipped.</para>
diff --git a/chapter07/functions.xml b/chapter07/functions.xml
index d9ba8f6f8..e10c1ab57 100644
--- a/chapter07/functions.xml
+++ b/chapter07/functions.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-functions">
<title>Creating the functions script</title>
+<?dbhtml filename="functions.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/functions</filename> script by running
the following command:</para>
diff --git a/chapter07/halt.xml b/chapter07/halt.xml
index 3272dcab2..b9f7c3399 100644
--- a/chapter07/halt.xml
+++ b/chapter07/halt.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-halt">
<title>Creating the halt script</title>
+<?dbhtml filename="halt.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/halt</filename> script by running the
following command:</para>
diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml
index dbeb337d1..9e36d8320 100644
--- a/chapter07/hosts.xml
+++ b/chapter07/hosts.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-hosts">
<title>Creating the /etc/hosts file</title>
+<?dbhtml filename="hosts.html" dir="chapter07"?>
<para>If a network card is to be configured, you have to decide on the
IP-address, FQDN and possible aliases for use in the /etc/hosts file. An
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml
index 4c9937c47..a062e0615 100644
--- a/chapter07/introduction.xml
+++ b/chapter07/introduction.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-introduction">
<title>Introduction</title>
+<?dbhtml filename="introduction.html" dir="chapter07"?>
<para>This chapter will create the necessary scripts that are run at boot time.
These scripts perform tasks such as remounting the root file system
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml
index 11b500621..505117a28 100644
--- a/chapter07/loadkeys.xml
+++ b/chapter07/loadkeys.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-loadkeys">
<title>Creating the loadkeys script</title>
+<?dbhtml filename="loadkeys.html" dir="chapter07"?>
<para>You only need to create this script if you don't have a
default 101 keys US keyboard layout.</para>
diff --git a/chapter07/localnet.xml b/chapter07/localnet.xml
index 7cd9d7db9..389f12988 100644
--- a/chapter07/localnet.xml
+++ b/chapter07/localnet.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-localnet">
<title>Creating the localnet script</title>
+<?dbhtml filename="localnet.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/localnet</filename> script by running
the following command:</para>
diff --git a/chapter07/mountfs.xml b/chapter07/mountfs.xml
index a21e6fdad..99df6c181 100644
--- a/chapter07/mountfs.xml
+++ b/chapter07/mountfs.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-mountfs">
<title>Creating the mountfs script</title>
+<?dbhtml filename="mountfs.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/mountfs</filename> script by running
the following command:</para>
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 8e3b84b99..b710af4aa 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-network">
<title>Creating the /etc/sysconfig/network file</title>
+<?dbhtml filename="network.html" dir="chapter07"?>
<para>A new file <filename>/etc/sysconfig/network</filename> is created and the
hostname is put in it by running:</para>
diff --git a/chapter07/rc.xml b/chapter07/rc.xml
index 2adf65bdd..8f9794691 100644
--- a/chapter07/rc.xml
+++ b/chapter07/rc.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-rc">
<title>Creating the rc script</title>
+<?dbhtml filename="rc.html" dir="chapter07"?>
<para>The first main boot script is the <filename>/etc/init.d/rc</filename>
script. Create the <filename>/etc/init.d/rc</filename> script by running the
diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml
index b86c7c9a2..7b98bac87 100644
--- a/chapter07/rcS.xml
+++ b/chapter07/rcS.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-rcS">
<title>Creating the rcS script</title>
+<?dbhtml filename="rcs.html" dir="chapter07"?>
<para>The second main boot script is the <filename>rcS</filename> script.
Create the <filename>/etc/init.d/rcS</filename> script by running the following
diff --git a/chapter07/reboot.xml b/chapter07/reboot.xml
index 1e07ca70b..cc18a4f11 100644
--- a/chapter07/reboot.xml
+++ b/chapter07/reboot.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-reboot">
<title>Creating the reboot script</title>
+<?dbhtml filename="reboot.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/reboot</filename> script by running the
following command:</para>
diff --git a/chapter07/sendsignals.xml b/chapter07/sendsignals.xml
index a0146be36..abe5e2c20 100644
--- a/chapter07/sendsignals.xml
+++ b/chapter07/sendsignals.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-sendsignals">
<title>Creating the sendsignals script</title>
+<?dbhtml filename="sendsignals.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/sendsignals</filename> script by running
the following command:</para>
diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml
index cf53c5ecd..0c84eb7b7 100644
--- a/chapter07/setclock.xml
+++ b/chapter07/setclock.xml
@@ -1,5 +1,7 @@
<sect1 id="ch07-setclock">
<title>Creating the setclock script</title>
+<?dbhtml filename="setclock.html" dir="chapter07"?>
+
<para>The following script is only for real use when the hardware clock (also
known as BIOS or CMOS clock) isn't set to GMT time. The recommended
diff --git a/chapter07/symperm.xml b/chapter07/symperm.xml
index d047a5d41..c774eb9b1 100644
--- a/chapter07/symperm.xml
+++ b/chapter07/symperm.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-symperm">
<title>Setting up symlinks and permissions</title>
+<?dbhtml filename="symperm.html" dir="chapter07"?>
<para>These files get the proper permissions and the necessary symlinks
are created by running the following commands. If you didn't create the loadkeys
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml
index 4537f0d1e..3f217e856 100644
--- a/chapter07/sysklogd.xml
+++ b/chapter07/sysklogd.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-sysklogd">
<title>Creating the sysklogd script</title>
+<?dbhtml filename="sysklogd.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/sysklogd</filename> script by running
the following command:</para>
diff --git a/chapter07/template.xml b/chapter07/template.xml
index cc61cb9ef..e5168cb70 100644
--- a/chapter07/template.xml
+++ b/chapter07/template.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-template">
<title>Creating the template script</title>
+<?dbhtml filename="template.html" dir="chapter07"?>
<para>Create the <filename>/etc/init.d/template</filename> script by running
the following command:</para>
diff --git a/chapter07/usage.xml b/chapter07/usage.xml
index 37808fec3..0527f450d 100644
--- a/chapter07/usage.xml
+++ b/chapter07/usage.xml
@@ -1,5 +1,6 @@
<sect1 id="ch07-usage">
<title>How does the booting process with these scripts work?</title>
+<?dbhtml filename="usage.html" dir="chapter07"?>
<para>Linux uses a special booting facility named SysVinit. It's based on a
concept of <emphasis>runlevels</emphasis>. It can be widely different
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml
index c83016fbc..2b6e70ab7 100644
--- a/chapter08/chapter08.xml
+++ b/chapter08/chapter08.xml
@@ -1,5 +1,6 @@
<chapter id="chapter08">
<title>Making the LFS system bootable</title>
+<?dbhtml filename="chapter08.html" dir="chapter08"?>
&c8-introduction;
&c8-fstab;
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index cf0800025..df4ecd3db 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -1,5 +1,6 @@
<sect1 id="ch08-fstab">
<title>Creating the /etc/fstab file</title>
+<?dbhtml filename="fstab.html" dir="chapter08"?>
<para>In order for certain programs to be able to determine where certain
partitions are supposed to be mounted by default, the /etc/fstab file is
diff --git a/chapter08/introduction.xml b/chapter08/introduction.xml
index c1500a429..577912223 100644
--- a/chapter08/introduction.xml
+++ b/chapter08/introduction.xml
@@ -1,5 +1,6 @@
<sect1 id="ch08-introduction">
<title>Introduction</title>
+<?dbhtml filename="introduction.html" dir="chapter08"?>
<para>This chapter will make LFS bootable. This chapter deals with creating a
new fstab file, building a
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 95637e211..73f9dad23 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -1,5 +1,6 @@
<sect1 id="ch08-kernel">
<title>Installing a kernel</title>
+<?dbhtml filename="kernel.html" dir="chapter08"?>
<screen>Estimated build time: &kernel-time;
Estimated required disk space: &kernel-compsize;</screen>
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml
index 6425bccc4..411c2a6b3 100644
--- a/chapter08/lilo.xml
+++ b/chapter08/lilo.xml
@@ -1,5 +1,6 @@
<sect1 id="ch08-lilo">
<title>Making the LFS system bootable</title>
+<?dbhtml filename="lilo.html" dir="chapter08"?>
<para>In order to be able to boot the LFS system, we need to update our
bootloader. We're assuming that your host system is using Lilo (since
diff --git a/chapter09/chapter09.xml b/chapter09/chapter09.xml
index ac84eec1d..f3f334690 100644
--- a/chapter09/chapter09.xml
+++ b/chapter09/chapter09.xml
@@ -1,5 +1,6 @@
<chapter id="chapter09">
<title>The End</title>
+<?dbhtml filename="chapter09.html" dir="chapter09"?>
&c9-theend;
&c9-reboot;
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 77ab9fc6b..828e6e418 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -1,5 +1,6 @@
<sect1 id="ch09-reboot">
<title>Rebooting the system</title>
+<?dbhtml filename="reboot.html" dir="chapter09"?>
<para>Now that all software has been installed, bootscripts have been created,
it's time to reboot the computer. Before we reboot let's unmount
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index d8bcbc4d1..fa4a7d46a 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -1,5 +1,6 @@
<sect1 id="ch09-theend">
<title>The End</title>
+<?dbhtml filename="theend.html" dir="chapter09"?>
<para>Well done! You have finished installing your LFS system. It may have
been a long process but it was well worth it. We wish you a lot of fun