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/ -