diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:25:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:25:17 +0000 |
commit | 744dcc9fb4e2daae5f37411974f10ee58f0cef05 (patch) | |
tree | a88698d003af37a0a48552d7b9fb96430f1b6bd1 /chapter06 | |
parent | 7b83ec50b64b1a192cd188c43723fffafcb8f6fc (diff) |
Upgrade to Udev-154. Fixes #2639.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index e23aaa703..665191e2f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -122,23 +122,12 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> - <para>Udev has to be configured in order to work properly, as its default - configuration does not cover all devices. First install two extra rules - files from Udev to help support device-mapper and RAID setups:</para> - -<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \ - /lib/udev/rules.d/</userinput></screen> - - <para>Now install a file to create symlinks for certain hand-held devices:</para> + <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> - <para>Now install a file to handle ISDN devices:</para> - -<screen><userinput remap="install">install -m644 -v rules/packages/40-isdn.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 |