diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 01:11:22 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 01:11:22 +0000 |
commit | a4142a8d18bebfbaed97db39abe7ff6ad455c7fe (patch) | |
tree | feb8e25ddfc4d0d12d5da8ae3ab6042276a699f5 /chapter03/creatingfs.xml | |
parent | d291b1e3d7721c84cb503ac77c40d741f8905aa2 (diff) |
xml syntax fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r-- | chapter03/creatingfs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 30b3c455a..a811ca4ce 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -10,6 +10,7 @@ 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> +<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> |