diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-10-06 00:18:19 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-10-06 00:18:19 +0000 |
commit | fe8dbe1f3d33d7f01f2e39a5e9a53825f94c70c9 (patch) | |
tree | be3633d145c74e654ef2c02d08f9da812c34b365 | |
parent | 52207fc2531c4571e7c8755d8cfd6798e5f49da5 (diff) |
Update udev-config, and add Udev SAS path_id patch (both for Linux-2.6.18).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 15 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/udev.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 | ||||
-rw-r--r-- | patches.ent | 3 |
6 files changed, 35 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b1737eb95..01674c14d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,21 @@ </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> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 5268eb9f5..f12e2704e 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -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> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 64301e619..db047aaa4 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -51,6 +51,11 @@ ln -sv /proc/self/fd/1 /lib/udev/devices/stdout 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 \ diff --git a/general.ent b/general.ent index 8623de14f..8f6d79a8b 100644 --- a/general.ent +++ b/general.ent @@ -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}]" --> diff --git a/packages.ent b/packages.ent index 036c05a30..160580bd6 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> diff --git a/patches.ent b/patches.ent index 9b26e8244..235d49248 100644 --- a/patches.ent +++ b/patches.ent @@ -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"> |