diff -Naur LFS-orig/chapter01/changelog.xml LFS/chapter01/changelog.xml
--- LFS-orig/chapter01/changelog.xml	2008-09-28 02:19:01.000000000 -0500
+++ LFS/chapter01/changelog.xml	2008-09-28 02:22:56.000000000 -0500
@@ -77,6 +77,9 @@
         <listitem>
           <para>[dj] - Updated to texinfo-4.13.</para>
         </listitem>
+        <listitem>
+          <para>[dj] - Updated to udev-126.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff -Naur LFS-orig/chapter06/udev.xml LFS/chapter06/udev.xml
--- LFS-orig/chapter06/udev.xml	2008-08-17 15:52:48.000000000 -0500
+++ LFS/chapter06/udev.xml	2008-09-28 02:22:23.000000000 -0500
@@ -58,58 +58,35 @@
 ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
 ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
 
-    <para>Compile the package:</para>
-
-<screen><userinput remap="make">make EXTRAS="`echo extras/*/`"</userinput></screen>
+    <para>Prepare the package for compilation:</para>
 
-    <variablelist>
-      <title>The meaning of the make option:</title>
-
-      <varlistentry>
-        <term><parameter>EXTRAS=...</parameter></term>
-        <listitem>
-          <para>This builds the helper binaries that can aid in writing custom
-          Udev rules.</para>
-        </listitem>
-      </varlistentry>
+<screen><userinput remap="configure">./configure --prefix=/ --includedir=/usr/include \
+    --datarootdir=/usr/share</userinput></screen>
+    <para>Compile the package:</para>
 
-    </variablelist>
+<screen><userinput remap="make">make</userinput></screen>
 
     <para>To test the results, issue:</para>
 
-<screen><userinput remap="test">make test</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
 
     <para>Note that the Udev testsuite will produce numerous messages in
     the host system's logs. These are harmless and can be ignored.</para>
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make DESTDIR=/ EXTRAS="`echo extras/*/`" install</userinput></screen>
-
-    <variablelist>
-      <title>The meaning of the make parameter:</title>
-
-      <varlistentry>
-        <term><parameter>DESTDIR=/</parameter></term>
-        <listitem>
-          <para>This prevents the Udev build process from killing any
-          <command>udevd</command> processes that may be running on the
-          host system.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
+<screen><userinput remap="install">make install</userinput></screen>
 
     <para>Udev has to be configured in order to work properly, as its default
     configuration does not cover all devices. First install a few extra rules
     files from Udev to help support device-mapper and RAID setups:</para>
 
-<screen><userinput remap="install">install -m644 -v etc/udev/packages/64-*.rules \
+<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
     /etc/udev/rules.d/</userinput></screen>
 
     <para>Now install a file to create symlinks for certain hand-held devices:</para>
 
-<screen><userinput remap="install">install -m644 -v etc/udev/packages/40-pilot-links.rules \
+<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \
     /etc/udev/rules.d/40-pilot-links.rules</userinput></screen>
 
     <!-- There are more files available in the packages/ directory, if we want
@@ -140,6 +117,11 @@
 install -m644 -v docs/writing_udev_rules/index.html \
     /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
 
+    <para>Finally, move the package config file to the correct location:</para>
+
+<screen><userinput remap="install">mv /lib/pkgconfig/libvolume_id.pc /usr/lib/pkgconfig &amp;&amp;
+rmdir /lib/pkgconfig</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-udev" role="content">
diff -Naur LFS-orig/packages.ent LFS/packages.ent
--- LFS-orig/packages.ent	2008-09-28 02:19:01.000000000 -0500
+++ LFS/packages.ent	2008-09-28 02:21:22.000000000 -0500
@@ -476,12 +476,12 @@
 <!ENTITY texinfo-ch6-du "19.3 MB">
 <!ENTITY texinfo-ch6-sbu "0.2 SBU">
 
-<!ENTITY udev-version "122">
-<!ENTITY udev-size "207 KB">
+<!ENTITY udev-version "126">
+<!ENTITY udev-size "432 KB">
 <!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
-<!ENTITY udev-md5 "aca509d0a286c06d897f9de67f527ace">
+<!ENTITY udev-md5 "502964d8623b81b6565c727dd28024de">
 <!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html">
-<!ENTITY udev-ch6-du "7.6 MB">
+<!ENTITY udev-ch6-du "6.8 MB">
 <!ENTITY udev-ch6-sbu "0.1 SBU">
 
 <!ENTITY udev-config "udev-config-20080522"> <!-- Scripts depend on this format -->
