aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/creatingfilesystem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r--chapter02/creatingfilesystem.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index b960019f6..7dbfb49ff 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -41,9 +41,11 @@
<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
- <para>If the output contains features other than: <option>dir_index</option>;
- <option>filetype</option>; <option>large_file</option>;
- <option>resize_inode</option> or <option>sparse_super</option> then your host
+ <para>If the output contains features other than
+ <option>has_joural</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>