From 9faa3e27afb932894ace74854fbb76631022446b Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Fri, 23 May 2008 22:45:32 +0000 Subject: Install a few rules from udev's etc/udev/packages/ directory to handle device-mapper (LVM and dm-raid), md-raid, and a few Palm device symlinks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/udev.xml | 19 +++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 35d9eb735..3d6e89be5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2008-05-23 + + + [bryan] - Install a few extra rules from the + etc/udev/packages directory in udev. Thanks to Dan + Nicholson for noticing the issue. + + + + 2008-05-22 diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 95b7c3184..f2930ff7c 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -101,8 +101,23 @@ ln -sv /proc/kcore /lib/udev/devices/core Udev has to be configured in order to work properly, as its default - configuration does not cover all devices. Install the (LFS-specific) - custom rules files: + configuration does not cover all devices. First install a few extra rules + files from Udev to help support device-mapper and RAID setups: + +install -m644 -v etc/udev/packages/64-*.rules \ + /etc/udev/rules.d/ + + Now install a file to create symlinks for certain hand-held devices: + +install -m644 -v etc/udev/packages/40-pilot-links.rules \ + /etc/udev/rules.d/40-pilot-links.rules + + + + Now install the LFS-specific custom rules files: cd &udev-config; make install -- cgit v1.2.3-54-g00ecf