diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 17:13:41 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 17:13:41 +0000 |
commit | 12962a59a037667306cb7847ac83790e43bd83ee (patch) | |
tree | 1bb482708b5f5ce0d74ff9145fb7a93f940b4a8b /chapter03/creatingfs.xml | |
parent | 73ae3f2b030ac441375f6682c53a1f13e9304b1f (diff) |
text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.xml')
-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 69e799205..e02004d25 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -3,7 +3,7 @@ <para>Once the partition is created, we have to create a new file system on that partition. The standard file system used these days is the ext2 -file system, but the socalled journaling file systems are becoming +file system, but the so-called journaling file systems are becoming increasingly popular too. It's of course up to you to decide which file system you want to create, but because we have to assume and work with something, we will assume you chose the ext2 file system.</para> |