diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:48:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:48:31 +0000 |
commit | 04f55298c9e18967d2203a7664c6633a13b583b8 (patch) | |
tree | 81798917e2251dfbc40fe5d92798459682626d12 /chapter03 | |
parent | 7ecf0bbfd2d085625141bde1017a2c5d330b1145 (diff) |
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/chapter03.xml | 1 | ||||
-rw-r--r-- | chapter03/creatingdirs.xml | 1 | ||||
-rw-r--r-- | chapter03/creatingfs.xml | 1 | ||||
-rw-r--r-- | chapter03/creatingpart.xml | 1 | ||||
-rw-r--r-- | chapter03/introduction.xml | 1 | ||||
-rw-r--r-- | chapter03/mounting.xml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml index afba440da..cccf5761f 100644 --- a/chapter03/chapter03.xml +++ b/chapter03/chapter03.xml @@ -1,5 +1,6 @@ <chapter id="chapter04"> <title>Preparing a new partition</title> +<?dbhtml filename="chapter04.html" dir="chapter04"?> &c4-introduction; &c4-creatingpart; diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index cb622a1c9..72a44b73e 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -1,5 +1,6 @@ <sect1 id="ch04-creatingdirs"> <title>Creating directories</title> +<?dbhtml filename="creatingdirs.html" dir="chapter04"?> <para>Before we start creating directories, we need to check the base system's umask setting. To do this, we run diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index e02004d25..9f8dd63f9 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -1,5 +1,6 @@ <sect1 id="ch04-creatingfs"> <title>Creating a file system on the new partition</title> +<?dbhtml filename="creatingfs.html" dir="chapter04"?> <para>Once the partition is created, we have to create a new file system on that partition. The standard file system used these days is the ext2 diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index ada3af59f..af0759cc1 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -1,5 +1,6 @@ <sect1 id="ch04-creatingpart"> <title>Creating a new partition</title> +<?dbhtml filename="creatingpart.html" dir="chapter04"?> <para>First, let's start with telling you that it is possible to build LFS on only one partition, which is where your original distribution is diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 336d1d901..d123f59f7 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -1,5 +1,6 @@ <sect1 id="ch04-introduction"> <title>Introduction</title> +<?dbhtml filename="introduction.html" dir="chapter04"?> <para>In this chapter, the partition that is going to host the LFS system is going to be prepared. We will be creating the partition itself, a file diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index d43b25ee6..7e17b3ec5 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -1,5 +1,6 @@ <sect1 id="ch04-mounting"> <title>Mounting the new partition</title> +<?dbhtml filename="mounting.html" dir="chapter04"?> <para>Now that we have created a file system, it is ready for use. All we have to do to be able to access the partition (as in reading data from and writing |