1
0
Prechádzať zdrojové kódy

Fixed typo in ext3 features

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 19 rokov pred
rodič
commit
f80cce6494
2 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 1 1
      chapter02/creatingfilesystem.xml
  2. 3 0
      packages.ent

+ 1 - 1
chapter02/creatingfilesystem.xml

@@ -42,7 +42,7 @@
 <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</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

+ 3 - 0
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">