From 744dcc9fb4e2daae5f37411974f10ee58f0cef05 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 21 May 2010 22:25:17 +0000 Subject: Upgrade to Udev-154. Fixes #2639. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'chapter06') 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 make install - 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: - -install -m644 -v rules/packages/64-*.rules \ - /lib/udev/rules.d/ - - Now install a file to create symlinks for certain hand-held devices: + Udev's default configuration covers most but not all devices. Install + a file to create symlinks for certain hand-held devices: install -m644 -v rules/packages/40-pilot-links.rules \ /lib/udev/rules.d/ - Now install a file to handle ISDN devices: - -install -m644 -v rules/packages/40-isdn.rules \ - /lib/udev/rules.d/ -