diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/chapter03.xml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml index cdbe189d6..92a9c33ac 100644 --- a/chapter03/chapter03.xml +++ b/chapter03/chapter03.xml @@ -1,11 +1,9 @@ <chapter id="chapter-making-space" xreflabel="Chapter 3"> <title>Preparing a new partition</title> -<?dbhtml filename="chapter03.html" dir="chapter03"?> -<sect1 id="ch-space-introduction"> +<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, @@ -14,9 +12,8 @@ and mount it.</para> </sect1> -<sect1 id="ch-space-creatingpart"> +<sect1 id="space-creatingpart"> <title>Creating a new partition</title> -<?dbhtml filename="creatingpart.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 @@ -55,9 +52,8 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para> </sect1> -<sect1 id="ch-space-creatingfs"> +<sect1 id="space-creatingfs"> <title>Creating a file system on the new partition</title> -<?dbhtml filename="creatingfs.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), @@ -85,9 +81,8 @@ partition.</para> </sect1> -<sect1 id="ch-space-mounting"> +<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 |