From 7e6fb4403585f0109ef8edfb8daecbcb9e0f07f4 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Sat, 21 Oct 2006 15:27:29 +0000 Subject: Update to udev-config-20061021, install common Udev rules from the Udev tarball, and install udev-config documentation files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 64301e619..86b4b7598 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -98,14 +98,31 @@ ln -sv /proc/kcore /lib/udev/devices/core Udev has to be configured in order to work properly, as it does - not install any configuration files by default. Install the - LFS-specific configuration files: + not install any configuration files by default. First install the + commonly-used rules files provided by udev: -cp -v &udev-config;/[0-9]* /etc/udev/rules.d/ +cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/ - Install the documentation that explains how to create Udev rules: + Now install the LFS-specific configuration files: -install -m644 -D -v docs/writing_udev_rules/index.html \ +cd &udev-config; +make install + + Install the documentation that explains the LFS-specific rules + files: + +make install-doc + + Install the documentation that explains the commonly-used Udev + rules files: + +make install-extra-doc + + Install the documentation that explains how to create custom Udev + rules: + +cd .. +install -m644 -D -v docs/writing_udev_rules/index.html \ /usr/share/doc/udev-&udev-version;/index.html -- cgit v1.2.3-54-g00ecf