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 /chapter06 | |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |