diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-03 22:10:40 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-03-03 22:10:40 +0000 |
commit | 46c039ef30b1f585e6f5f87ea9d35f33cfde46a9 (patch) | |
tree | 6dc1a691661ea31655740cdab5f6ddaab893f5ac /chapter03/chapter03.xml | |
parent | db9d773c6e39372c09613573d66473172d4f353f (diff) |
Removing some of the dbhtml directives.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3274 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/chapter03.xml')
-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 |