[Clfs-commits] commit: r5063 - in /trunk/BOOK: final-system/common/module-init-tools.xml final-system/multilib/module-init-tools.xml general.ent introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jun 22 14:22:16 PDT 2009


Author: jim
Date: Mon Jun 22 21:22:15 2009
New Revision: 5063

Log:
Modified Module Init Tools. removed docbook and using dynamic zlib

Modified:
    trunk/BOOK/final-system/common/module-init-tools.xml
    trunk/BOOK/final-system/multilib/module-init-tools.xml
    trunk/BOOK/general.ent
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/common/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/common/module-init-tools.xml Mon Jun 22 21:22:15 2009
@@ -42,13 +42,13 @@
 
 <screen os="f"><userinput>./configure --prefix=/usr \
     --bindir=/bin --sbindir=/sbin \
-    --enable-zlib</userinput></screen>
+    --enable-zlib-dynamic</userinput></screen>
 
     <variablelist os="g">
       <title>The meaning of the configure option:</title>
 
       <varlistentry>
-        <term><parameter>--enable-zlib</parameter></term>
+        <term><parameter>--enable-zlib-dynamic</parameter></term>
         <listitem>
           <para>This allows the Module-Init-Tools package to handle compressed
           kernel modules.</para>

Modified: trunk/BOOK/final-system/multilib/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/multilib/module-init-tools.xml Mon Jun 22 21:22:15 2009
@@ -39,7 +39,7 @@
 
 <screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     --bindir=/bin --sbindir=/sbin \
-    --enable-zlib</userinput></screen>
+    --enable-zlib-dynamic</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/module-init-tools.xml"

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Mon Jun 22 21:22:15 2009
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2009"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Jun 22 21:22:15 2009
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>June 22, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Module Init Tools, no longer needs docbooktoman workaround.
+          Also take advantage of using the dynamic zlib we have installed.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>June 21, 2009</para>




More information about the Clfs-commits mailing list