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 --- chapter06/udev.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/udev.xml') 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 \ -- cgit v1.2.3-54-g00ecf