Author: bdubbs
Date: 2011-11-15 16:41:27 -0700 (Tue, 15 Nov 2011)
New Revision: 8967

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libusb.xml
   trunk/BOOK/general/sysutils/usbutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/config/bootdisk.xml
   trunk/BOOK/postlfs/config/devices.xml
Log:
Update to usbutils-004.
Minor textual updates.


Modified: trunk/BOOK/general/genlib/libusb.xml
===================================================================
--- trunk/BOOK/general/genlib/libusb.xml        2011-11-15 19:27:44 UTC (rev 
8966)
+++ trunk/BOOK/general/genlib/libusb.xml        2011-11-15 23:41:27 UTC (rev 
8967)
@@ -32,7 +32,7 @@
     <para>The <application>libusb</application> package contains a library
     used by some applications for USB device access.</para>
 
-    &lfs65_checked;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/sysutils/usbutils.xml
===================================================================
--- trunk/BOOK/general/sysutils/usbutils.xml    2011-11-15 19:27:44 UTC (rev 
8966)
+++ trunk/BOOK/general/sysutils/usbutils.xml    2011-11-15 23:41:27 UTC (rev 
8967)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY usbutils-download-http 
"&sourceforge-repo;/linux-usb/usbutils-&usbutils-version;.tar.gz">
+  <!ENTITY usbutils-download-http 
"http://ftp.de.debian.org/debian/pool/main/u/usbutils/usbutils_&usbutils-version;.orig.tar.bz2";>
   <!ENTITY usbutils-download-ftp  " ">
-  <!ENTITY usbutils-md5sum        "34979f675d2bcb3e1b45012fa830a53f">
-  <!ENTITY usbutils-size          "246 KB">
-  <!ENTITY usbutils-buildsize     "2 MB">
+  <!ENTITY usbutils-md5sum        "fc69cde51b2094aa4bbd804c0ba97e35">
+  <!ENTITY usbutils-size          "472 KB">
+  <!ENTITY usbutils-buildsize     "4.5 MB">
   <!ENTITY usbutils-time          "less than 0.1 SBU">
 ]>
 
@@ -33,7 +33,7 @@
     used to display information about USB buses in the system and the devices
     connected to them.</para>
 
-    &lfs65_checked;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -60,7 +60,7 @@
     <bridgehead renderas="sect3">usbutils Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="libusb-compat"/></para>
+    <para role="required"><xref linkend="libusb"/></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/usbutils"/></para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-11-15 19:27:44 UTC (rev 8966)
+++ trunk/BOOK/general.ent      2011-11-15 23:41:27 UTC (rev 8967)
@@ -288,7 +288,7 @@
 <!ENTITY unzip-version                "6.0">
 <!ENTITY zip-version                  "3.0">
 <!ENTITY pciutils-version             "3.1.8">
-<!ENTITY usbutils-version             "0.86">
+<!ENTITY usbutils-version             "004">
 <!ENTITY cpio-version                 "2.11">
 <!ENTITY mc-version                   "4.6.1">
 <!ENTITY sysstat-version              "9.0.6">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2011-11-15 19:27:44 UTC 
(rev 8966)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2011-11-15 23:41:27 UTC 
(rev 8967)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>November 15th, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to usbutils-004.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 13th, 2011</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/config/bootdisk.xml
===================================================================
--- trunk/BOOK/postlfs/config/bootdisk.xml      2011-11-15 19:27:44 UTC (rev 
8966)
+++ trunk/BOOK/postlfs/config/bootdisk.xml      2011-11-15 23:41:27 UTC (rev 
8967)
@@ -61,12 +61,17 @@
     very popular option is Knoppix.</para>
 
     <para>Also, the LFS Community has developed its own LiveCD available at
-    <ulink url='http://www.&lfs-domainname;/livecd/'/>.  This LiveCD, in
-    addition to having boot and rescue capabilities, is capable of building an
-    entire LFS/BLFS system.  A copy of this CD-ROM is available with the
-    printed version of the Linux From Scratch book.  If you download the ISO
-    image, use <xref linkend="cdrecord"/> to copy the image to a CD-ROM.</para>
+    <ulink url='http://www.&lfs-domainname;/livecd/'/>.  This LiveCD, is no
+    longer capable of building an entire LFS/BLFS system, but is stiil a 
+    good rescue CD-ROM.  If you download the
+    ISO image, use <xref linkend="xorriso"/> to copy the image to a
+    CD-ROM.</para>
 
+    <para>The instructions for using GRUB2 to make a custom rescue CD-ROM are
+    also available in <ulink
+    url='http://www.&lfs-domainname;/lfs/view/stable/chapter08/grub.html'>LFS
+    Chapter 8</ulink>.</para>
+
   </sect2>
 
   <sect2>

Modified: trunk/BOOK/postlfs/config/devices.xml
===================================================================
--- trunk/BOOK/postlfs/config/devices.xml       2011-11-15 19:27:44 UTC (rev 
8966)
+++ trunk/BOOK/postlfs/config/devices.xml       2011-11-15 23:41:27 UTC (rev 
8967)
@@ -19,7 +19,6 @@
     <primary sortas="e-etc-udev-rules">/etc/udev/rules.d</primary>
   </indexterm>
 
-
   <para>Although most devices needed by packages in BLFS and beyond are set up
   properly by <application>udev</application> using the default rules installed
   by LFS in <filename class="directory">/etc/udev/rules.d</filename>, there are
@@ -35,7 +34,7 @@
     sound card becomes random.  The method to establish sound card order
     depends on whether the drivers are modules or not.  If the sound card
     drivers are compiled into the kernel, control is via kernel command line
-    parameters in <filename>/boot/grub/menu.lst</filename>.  For example,
+    parameters in <filename>/boot/grub/grub.cfg</filename>.  For example,
     if a system has both an FM801 card and a SoundBlaster PCI card, the
     following can be appended to the command line:</para>
 
@@ -62,7 +61,7 @@
     device nodes exist only when the device-specific driver is loaded.</para>
 
     <para>The second kind of device nodes (/dev/bus/usb/BBB/DDD, where BBB is
-    the bus number and DDD is the device number) is created even if the device
+    the bus number and DDD is the device number) are created even if the device
     doesn't have a kernel driver. By using these "raw" USB device nodes, an
     application can exchange arbitrary USB packets with the device, i.e.,
     bypass the possibly-existing kernel driver.</para>

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