diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-26 00:35:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-26 00:35:10 +0000 |
commit | e12115e329edd4660dac5f86f03992e274ba7c9f (patch) | |
tree | 0b76f53ea4cda9bdd46f6c9821383cb511dc3ec3 /chapter08 | |
parent | 5f1b1aba378b7b6176ff8bbaf7a247d0943e7715 (diff) |
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/chapter08.xml | 1 | ||||
-rw-r--r-- | chapter08/fstab.xml | 1 | ||||
-rw-r--r-- | chapter08/introduction.xml | 1 | ||||
-rw-r--r-- | chapter08/kernel.xml | 1 | ||||
-rw-r--r-- | chapter08/lilo.xml | 1 |
5 files changed, 5 insertions, 0 deletions
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 |