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 --- chapter01/changelog.xml | 4 ++++ chapter06/udev.xml | 15 ++------------- packages.ent | 6 +++--- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 266ad803b..c417dc22b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2010-05-21 + + [matthew] - Upgrade to Udev-154. Fixes + #2639. + [matthew] - Upgrade to Zlib-1.2.5. Fixes #2638. 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/ -