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/creatingfs.xml | |
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/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 4 |
1 files changed, 2 insertions, 2 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), |