Author: alexander
Date: 2008-03-17 09:47:13 -0600 (Mon, 17 Mar 2008)
New Revision: 7283

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/filesystems/filesystems.xml
Log:
Removed xfsprogs. Will restore after BLFS-6.3 release if there appears an
editor who actually uses the package.

The mkfs.xfs version in the book, by default, produces filesystems that
cannot be mounted with 2.6.22 kernels (i.e., are incompatible with LFS-6.3).
Workaround:

mkfs.xfs -l lazy-count=0 /dev/hda1



Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-17 15:09:51 UTC 
(rev 7282)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-17 15:47:13 UTC 
(rev 7283)
@@ -45,6 +45,10 @@
       <para>March 17th, 2008</para>
       <itemizedlist>
         <listitem>
+          <para>[alexander] - Removed xfsprogs-2.9.6, as they are incompatible
+          with the LFS-6.3 kernel.</para>
+        </listitem>
+        <listitem>
           <para>[alexander] - Updated MCS to version 0.7.0.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/postlfs/filesystems/filesystems.xml
===================================================================
--- trunk/BOOK/postlfs/filesystems/filesystems.xml      2008-03-17 15:09:51 UTC 
(rev 7282)
+++ trunk/BOOK/postlfs/filesystems/filesystems.xml      2008-03-17 15:47:13 UTC 
(rev 7283)
@@ -24,6 +24,6 @@
 
   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="ext3.xml"/> -->
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="reiser.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="xfs.xml"/>
+<!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="xfs.xml"/> 
-->
 
 </chapter>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to