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 /chapter09 | |
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 'chapter09')
-rw-r--r-- | chapter09/chapter09.xml | 1 | ||||
-rw-r--r-- | chapter09/reboot.xml | 1 | ||||
-rw-r--r-- | chapter09/theend.xml | 1 |
3 files changed, 3 insertions, 0 deletions
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 |