diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-12-11 02:00:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-12-11 02:00:18 +0000 |
commit | e306dae2a9b25313d4ceed85d5d53538ca5dd445 (patch) | |
tree | 2d4eacaaeaf6549897c91c320ac5dd75f66d9bf9 /chapter03 | |
parent | 70ad6d74b212d02a1a6fe246f22aac5c0be7d1f0 (diff) |
changed links in chap4 to freshmeat links
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingfs.xml | 4 | ||||
-rw-r--r-- | chapter03/creatingpart.xml | 4 | ||||
-rw-r--r-- | chapter03/introduction.xml | 4 | ||||
-rw-r--r-- | chapter03/mounting.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 269802ea9..4c580e8c9 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -1,6 +1,6 @@ -<sect1 id="ch04-creatingfs"> +<sect1 id="ch03-creatingfs"> <title>Creating a file system on the new partition</title> -<?dbhtml filename="creatingfs.html" dir="chapter04"?> +<?dbhtml filename="creatingfs.html" dir="chapter03"?> <para>Now the partition has been made, we can create a file system on it. Most widely used in the Linux world is the second extended file system (ext2), diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index 7a5e77f9a..c5feb6f87 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -1,6 +1,6 @@ -<sect1 id="ch04-creatingpart"> +<sect1 id="ch03-creatingpart"> <title>Creating a new partition</title> -<?dbhtml filename="creatingpart.html" dir="chapter04"?> +<?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 diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 3e51d206c..c173caf5c 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -1,6 +1,6 @@ -<sect1 id="ch04-introduction"> +<sect1 id="ch03-introduction"> <title>Introduction</title> -<?dbhtml filename="introduction.html" dir="chapter04"?> +<?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, diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 9e0320dbb..3f1a15762 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -1,6 +1,6 @@ -<sect1 id="ch04-mounting"> +<sect1 id="ch03-mounting"> <title>Mounting the new partition</title> -<?dbhtml filename="mounting.html" dir="chapter04"?> +<?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 |