diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-10-21 15:47:49 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2006-10-21 15:47:49 +0000 |
commit | dbfd971ac4356ad18aae68e61672066a2fb4e8df (patch) | |
tree | 316b1d4fd1cedb4eec811a7b2c8229ed7ae1d82e /chapter06 | |
parent | 7e6fb4403585f0109ef8edfb8daecbcb9e0f07f4 (diff) |
Upgrade to udev-103, and change some of the text in udev.xml to be more internally consistent
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 86b4b7598..def520c2e 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -99,11 +99,11 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <para>Udev has to be configured in order to work properly, as it does not install any configuration files by default. First install the - commonly-used rules files provided by udev:</para> + commonly-used rules files provided by Udev:</para> <screen><userinput>cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/</userinput></screen> - <para>Now install the LFS-specific configuration files:</para> + <para>Now install the LFS-specific rules files:</para> <screen><userinput>cd &udev-config; make install</userinput></screen> @@ -113,8 +113,8 @@ make install</userinput></screen> <screen><userinput>make install-doc</userinput></screen> - <para>Install the documentation that explains the commonly-used Udev - rules files:</para> + <para>Install the documentation that explains the commonly-used rules + files provided by Udev:</para> <screen><userinput>make install-extra-doc</userinput></screen> |