diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-05 19:06:12 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-05 19:06:12 +0000 |
commit | 4f4b4e84a2efa25e30cf50136bdfb014e1c23163 (patch) | |
tree | e8aac09b4ff6a59a6d22b9610ce62f2135008241 /chapter03/chapter03.xml | |
parent | 46c039ef30b1f585e6f5f87ea9d35f33cfde46a9 (diff) |
Restoring the removed dbhtml directives.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/chapter03.xml')
-rw-r--r-- | chapter03/chapter03.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml index 92a9c33ac..9da7ccf05 100644 --- a/chapter03/chapter03.xml +++ b/chapter03/chapter03.xml @@ -1,9 +1,11 @@ <chapter id="chapter-making-space" xreflabel="Chapter 3"> <title>Preparing a new partition</title> +<?dbhtml filename="chapter03.html" dir="chapter03"?> <sect1 id="space-introduction"> <title>Introduction</title> +<?dbhtml filename="introduction.html" dir="chapter03"?> <para>In this chapter the partition which will host the LFS system is prepared. We will create the partition itself, make a file system on it, @@ -12,8 +14,9 @@ and mount it.</para> </sect1> -<sect1 id="space-creatingpart"> +<sect1 id="space-creatingpartition"> <title>Creating a new partition</title> +<?dbhtml filename="creatingpartition.html" dir="chapter03"?> <para>In order to build our new Linux system, we will need some space: an empty disk partition. If you don't have a free partition, and no room @@ -52,8 +55,9 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para> </sect1> -<sect1 id="space-creatingfs"> +<sect1 id="space-creatingfilesystem"> <title>Creating a file system on the new partition</title> +<?dbhtml filename="creatingfilesystem.html" dir="chapter03"?> <para>Now that we have a blank partition, we can create a file system on it. Most widely used in the Linux world is the second extended file system (ext2), @@ -83,6 +87,7 @@ partition.</para> <sect1 id="space-mounting"> <title>Mounting the new partition</title> +<?dbhtml filename="mounting.html" dir="chapter03"?> <para>Now that we've created a file system, we want to be able to access the partition. For that, we need to mount it, and have to choose a mount |