diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-04 04:20:50 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-04 04:20:50 +0000 |
commit | bef49bf2a8884c7f0dd3a2fb802daa46ca3328e3 (patch) | |
tree | a0a733e4180d967ce4e3089c2fda68debcd5b933 /chapter03 | |
parent | e991f768a2feb03d5c3c41bb5ef46c9b17691281 (diff) |
Updated URL's to reflect new web site structure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 4c580e8c9..ecfab9206 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -7,7 +7,7 @@ Most widely used in the Linux world is the second extended file system (ext2), but with the high-capacity hard disks of today the so-called journaling file systems are becoming increasingly popular. Here we will create an ext2 file system, but build instructions for other file systems can be found at <ulink -url="http://beyond.linuxfromscratch.org/view/cvs/postlfs/filesystems.html"/>.</para> +url="http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition run the following:</para> |