diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingfs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 9f8dd63f9..ec3043a2e 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -3,11 +3,11 @@ <?dbhtml filename="creatingfs.html" dir="chapter04"?> <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 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> +that partition. The standard file system used these days is the ext2 file +system, but the so-called journaling file systems are becoming increasingly +popular too. We'll assume that you wish to create an ext2 file system. +However, build instructions for other file systems may be found at +<ulink url="http://beyond.linuxfromscratch.org/view/cvs/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system, use the mke2fs command. The LFS partition is used as the only option to the command and the file system is created.</para> |