diff options
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 | ||||
-rw-r--r-- | packages.ent | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 7dbfb49ff..d11e45219 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -42,7 +42,7 @@ <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable><xxx></replaceable></userinput></screen> <para>If the output contains features other than - <option>has_joural</option>, <option>dir_index</option>, + <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 diff --git a/packages.ent b/packages.ent index b9d922027..efffb4298 100644 --- a/packages.ent +++ b/packages.ent @@ -108,6 +108,9 @@ <!ENTITY diffutils-ch6-du "6.3 MB"> <!ENTITY diffutils-ch6-sbu "0.1 SBU"> +<!-- NOTE: When updating e2fsprogs, remember to check the list + of acceptable features that can be shown by debugfs in + chapter02/creatingfilesystem.xml --> <!ENTITY e2fsprogs-version "1.39"> <!ENTITY e2fsprogs-size "3,616 KB"> <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz?download"> |