diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-06-21 14:57:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-06-21 14:57:19 +0000 |
commit | 7696a2e71f99a5d36e9ecb96570cd959bac295d4 (patch) | |
tree | bab1ea5c6af3f5b808e98f957acc65bc16c2fd0c /chapter06/udev.xml | |
parent | d5099eac6a10723fc5ec0110468cd68183bed945 (diff) |
Upgrade to Udev-157. Fixes #2676.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 0a92f9323..ab8368c9f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -121,17 +121,6 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen> <screen><userinput remap="install">rmdir -v /usr/share/doc/udev</userinput></screen> - <para>Udev's default configuration covers most but not all devices. Install - a file to create symlinks for certain hand-held devices:</para> - -<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \ - /lib/udev/rules.d/</userinput></screen> - - <!-- There are more files available in the packages/ directory, if we want - to consider using them. Most are probably irrelevant to LFS though. - "alsa" isn't, but we already have those rules, using a better set of - matches. Most of the files in packages/ are for other architectures. --> - <para>Now install the LFS-specific custom rules files:</para> <screen><userinput remap="install">cd &udev-config; |