diff options
Diffstat (limited to 'chapter03')
-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 |