From fe8dbe1f3d33d7f01f2e39a5e9a53825f94c70c9 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Fri, 6 Oct 2006 00:18:19 +0000 Subject: 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 --- chapter01/changelog.xml | 15 +++++++++++++++ chapter03/patches.xml | 8 ++++++++ chapter06/udev.xml | 5 +++++ general.ent | 4 ++-- packages.ent | 4 ++-- 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 @@ --> + + + 2006-10-05 + + + [bryan] - Add udev-101-fix-sas-path_id-1.patch. + + + [bryan] - Update udev-config for Linux-2.6.18. This version + also contains the new doc/ subdirectory, with explanations of most + of the rules. + + + + 2006-10-02 diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 5268eb9f5..f12e2704e 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -275,6 +275,14 @@ + + Udev SAS path_id Patch - &udev-sas-patch-size;: + + Download: + MD5 sum: &udev-sas-patch-md5; + + + Util-linux Cramfs Patch - &util-linux-cramfs-patch-size;: 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 + 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: + +patch -Np1 -i ../&udev-sas-patch; + Compile the package: 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 @@ - - + + diff --git a/packages.ent b/packages.ent index 036c05a30..160580bd6 100644 --- a/packages.ent +++ b/packages.ent @@ -488,10 +488,10 @@ - + - + diff --git a/patches.ent b/patches.ent index 9b26e8244..235d49248 100644 --- a/patches.ent +++ b/patches.ent @@ -147,6 +147,9 @@ + + + -- cgit v1.2.3-54-g00ecf