Просмотр исходного кода

Update list of acceptable features in ext3 filesystem

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 19 лет назад
Родитель
Сommit
85e60d3675
2 измененных файлов с 15 добавлено и 3 удалено
  1. 10 0
      chapter01/changelog.xml
  2. 5 3
      chapter02/creatingfilesystem.xml

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
     </listitem>
 -->
 -->
 
 
+    <listitem>
+      <para>August 2, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Added to the list of acceptable features in
+          ext3 file systems. Thanks to George Gowers.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>August 1, 2006</para>
       <para>August 1, 2006</para>
       <itemizedlist>
       <itemizedlist>

+ 5 - 3
chapter02/creatingfilesystem.xml

@@ -41,9 +41,11 @@
 
 
 <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
 <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,
     system may have custom enhancements.  In that case, to avoid later problems,
     you should compile the stock E2fsprogs package and use the resulting binaries
     you should compile the stock E2fsprogs package and use the resulting binaries
     to re-create the filesystem on your LFS partition:</para>
     to re-create the filesystem on your LFS partition:</para>