diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-07 19:35:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-07 19:35:36 +0000 |
commit | f0fecc7e8a0eb9fa5aa440ec6b9e12977af88f7a (patch) | |
tree | d691da50c5603121bf33e59bda875c1baf561062 /chapter02 | |
parent | fadce7a097c0be4c2c84f3c027cb3d50ec7a0698 (diff) |
Upgrade to E2fsprogs-1.40.5. Fixes #2138.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 24f324f21..57ca2d142 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -42,13 +42,13 @@ <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable><xxx></replaceable></userinput></screen> <para>If the output contains features other than - <option>has_journal</option>, <option>dir_index</option>, - <option>filetype</option>, <option>large_file</option>, - <option>resize_inode</option>, <option>sparse_super</option> or - <option>needs_recovery</option>, then your host - system may have custom enhancements. In that case, to avoid later problems, - you should compile the stock E2fsprogs package and use the resulting binaries - to re-create the filesystem on your LFS partition:</para> + <option>has_journal</option>, <option>ext_attr</option>, + <option>resize_inode</option>, <option>dir_index</option>, + <option>filetype</option>, <option>sparse_super</option>, + <option>large_file</option> or <option>needs_recovery</option>, then your + host system may have custom enhancements. In that case, to avoid later + problems, you should compile the stock E2fsprogs package and use the + resulting binaries to re-create the filesystem on your LFS partition:</para> <screen role="nodump"><userinput>cd /tmp tar -xjvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2 |