diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-07-12 21:23:50 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-07-12 21:23:50 +0000 |
commit | 8964be95439179c63b6ef51db4dd6e9b27efd04b (patch) | |
tree | 60da072bd4cc8e8accd58b5ac974a6ef141286cc /chapter06/udev.xml | |
parent | 966b1757143da1a0a826a4de02008264b1bacde3 (diff) |
Changed text explaining the installation of the udev-config rules
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index a78e8c774..cdd6302eb 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -94,8 +94,8 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> </variablelist> - <para>Udev has to be configured in order to work properly, and does - not come with any sort of "default" configuration. Install the + <para>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:</para> <screen><userinput>cp -v &udev-config;/[0-9]* /etc/udev/rules.d/</userinput></screen> |