diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 06:00:35 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 06:00:35 +0000 |
commit | f861982929d526b7628fc1a6f19386c665f28e31 (patch) | |
tree | 259c0150e454b1d186c75fb56f00fb9c3efe10a6 /chapter03 | |
parent | f57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (diff) |
Miscellaneous fixes and cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2932 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 541869158..132de727a 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://www.linuxfromscratch.org/blfs/view/cvs/postlfs/filesystems.html"/>.</para> +url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition run the following:</para> |