diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-30 20:24:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-30 20:24:11 +0000 |
commit | 2285de1012ba392f5c0e88c0f0589f8f3d9af029 (patch) | |
tree | 00868884c747c21c2af0ff9fe0a12bd62703a022 /chapter06 | |
parent | 09d9400cda252bd670c125f48c4ee44712872539 (diff) |
Upgrade to Linux-2.6.38.2. Fixes #2847.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9492 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 61648af30..64d5ecc9d 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of Udev</title> + <para>Apply a patch to fix an issue caused by the removal of the Video for + Linux 1 API from Linux-&linux-version;:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&udev-v4l-patch;</userinput></screen> + <para>The udev-config tarball contains LFS-specific files used to configure Udev. Unpack it into the Udev source directory:</para> |