diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-23 03:13:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-23 03:13:31 +0000 |
commit | 728ea56c70a6f40317c239374acec6b4e3367ca4 (patch) | |
tree | d9890706329e7d663df9c52f6f27e012f3ccab4a /chapter03/creatingfs.xml | |
parent | 0375b34d456d75f0d571b6beb56625d000a69701 (diff) |
Text update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 63117387c..2e9f263eb 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -3,11 +3,11 @@ <para> Once the partition is created, we have to create a new file system on -that partition. To create an ext2 file system, the mke2fs command is the -correct choice. To create a reiser file system, the mkreiserfs command -should be used. The new partition is used as the only option to the -command and the file system is created. If the partition is hda11 -and ext2 is to be created, the user would run: +that partition. To create an ext2 file system, use the mke2fs command. +To create a reiser file system, the mkreiserfs command should be used. +The new partition is used as the only option to the command and the file +system is created. If the partition is hda11 and ext2 is to be created, +run the following: </para> <blockquote><literallayout> @@ -17,7 +17,7 @@ and ext2 is to be created, the user would run: </literallayout></blockquote> <para> -To create a reiser file system the user would run: +To create a reiser file system, run the following: </para> <blockquote><literallayout> |