diff options
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 6f7b15b7f..8d7e820ae 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -57,6 +57,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><command>usb_id</command> is known to segfault under certain kernel + configurations. Fix the issue by applying the following patch:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&udev-usbid-patch;</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make EXTRAS="`echo extras/*/`"</userinput></screen> |