Author: bryan
Date: 2006-10-05 18:18:19 -0600 (Thu, 05 Oct 2006)
New Revision: 7821

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/udev.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent
Log:
Update udev-config, and add Udev SAS path_id patch (both for Linux-2.6.18).


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-10-04 22:40:41 UTC (rev 7820)
+++ trunk/BOOK/chapter01/changelog.xml  2006-10-06 00:18:19 UTC (rev 7821)
@@ -35,7 +35,22 @@
       </itemizedlist>
     </listitem>
 -->
+
     <listitem>
+      <para>2006-10-05</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bryan] - Add udev-101-fix-sas-path_id-1.patch.</para>
+        </listitem>
+        <listitem>
+          <para>[bryan] - Update udev-config for Linux-2.6.18.  This version
+          also contains the new doc/ subdirectory, with explanations of most
+          of the rules.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2006-10-02</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2006-10-04 22:40:41 UTC (rev 7820)
+++ trunk/BOOK/chapter03/patches.xml    2006-10-06 00:18:19 UTC (rev 7821)
@@ -276,6 +276,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Udev SAS path_id Patch - 
<token>&udev-sas-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&udev-sas-patch;"/></para>
+        <para>MD5 sum: <literal>&udev-sas-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Util-linux Cramfs Patch - 
<token>&util-linux-cramfs-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&util-linux-cramfs-patch;"/></para>

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2006-10-04 22:40:41 UTC (rev 7820)
+++ trunk/BOOK/chapter06/udev.xml       2006-10-06 00:18:19 UTC (rev 7821)
@@ -51,6 +51,11 @@
 ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
 ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
 
+    <para>Linux-2.6.18 and newer have changed the sysfs layout for SAS devices.
+    The following patch fixes Udev's path_id script to handle the new 
layout:</para>
+
+<screen><userinput>patch -Np1 -i ../&udev-sas-patch;</userinput></screen>
+
     <para>Compile the package:</para>
 
 <screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-10-04 22:40:41 UTC (rev 7820)
+++ trunk/BOOK/general.ent      2006-10-06 00:18:19 UTC (rev 7821)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061004">
-<!ENTITY releasedate "October 4, 2006">
+<!ENTITY version "SVN-20061005">
+<!ENTITY releasedate "October 5, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2006-10-04 22:40:41 UTC (rev 7820)
+++ trunk/BOOK/packages.ent     2006-10-06 00:18:19 UTC (rev 7821)
@@ -488,10 +488,10 @@
 <!ENTITY udev-ch6-du "5.8 MB">
 <!ENTITY udev-ch6-sbu "0.1 SBU">
 
-<!ENTITY udev-config "udev-config-20060920">
+<!ENTITY udev-config "udev-config-20061004">
 <!ENTITY udev-config-size "4 KB">
 <!ENTITY udev-config-url 
"http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2";>
-<!ENTITY udev-config-md5 "5dc13881b126d74022fc9b8032422c76">
+<!ENTITY udev-config-md5 "3c30ae65c9f870c3211cfac889008510">
 <!ENTITY udev-config-home " ">
 
 <!ENTITY util-linux-version "2.12r">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2006-10-04 22:40:41 UTC (rev 7820)
+++ trunk/BOOK/patches.ent      2006-10-06 00:18:19 UTC (rev 7821)
@@ -147,6 +147,9 @@
 <!ENTITY texinfo-tempfile_fix-patch-md5 "559bda136a2ac7777ecb67511227af85">
 <!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">
 
+<!ENTITY udev-sas-patch "udev-&udev-version;-fix-sas-path_id-1.patch">
+<!ENTITY udev-sas-patch-md5 "a4f7daa5e40569f7187361590dd07f90">
+<!ENTITY udev-sas-patch-size "2.7 KB">
 
 <!ENTITY util-linux-cramfs-patch 
"util-linux-&util-linux-version;-cramfs-1.patch">
 <!ENTITY util-linux-cramfs-patch-md5 "1c3f40b30e12738eb7b66a35b7374572">

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

Reply via email to