Author: bdubbs
Date: 2008-12-27 17:11:12 -0700 (Sat, 27 Dec 2008)
New Revision: 7678

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/pciutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Changed PCI Utils to use uncompressed pci.ids file.

Modified: trunk/BOOK/general/sysutils/pciutils.xml
===================================================================
--- trunk/BOOK/general/sysutils/pciutils.xml    2008-12-27 22:05:53 UTC (rev 
7677)
+++ trunk/BOOK/general/sysutils/pciutils.xml    2008-12-28 00:11:12 UTC (rev 
7678)
@@ -66,7 +66,7 @@
     <para>Install <application>PCI Utilities</application> by
     running the following commands:</para>
 
-<screen><userinput>make PREFIX=/usr</userinput></screen>
+<screen><userinput>make PREFIX=/usr ZLIB=no</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
@@ -84,6 +84,14 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><parameter>ZLIB=no</parameter>: This parameter prevents compression 
of 
+    the <filename>pci.ids</filename> file which is needed by other 
applications 
+    such as <xref linkend="hal"/>.</para>
+  </sect2>
+
   <sect2 role="configuration">
     <title>Configuring PCI Utilities</title>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-12-27 22:05:53 UTC (rev 7677)
+++ trunk/BOOK/general.ent      2008-12-28 00:11:12 UTC (rev 7678)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "12">                   <!-- Always 2 digits -->
 <!ENTITY year         "2008">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-12-27 22:05:53 UTC 
(rev 7677)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-12-28 00:11:12 UTC 
(rev 7678)
@@ -44,6 +44,9 @@
       <para>December 27th, 2008</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Changed PCI Utils to use uncompressed pci.ids 
file.</para>
+        </listitem>
+        <listitem>
           <para>[ag] - Updated to fetchmail-6.3.9.</para>
         </listitem>
         <listitem>

-- 
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