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
This commit is contained in:
Dan Nichilson 2006-07-12 21:23:50 +00:00
parent 966b175714
commit 8964be9543
2 changed files with 6 additions and 2 deletions

View File

@ -38,6 +38,10 @@
<listitem>
<para>July 12, 20006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Changed text explaining the installation
of the udev-config rules. Thanks to Matthew Burgess.</para>
</listitem>
<listitem>
<para>[dnicholson] - Various fixes and additions for examples
of custom rules in Udev courtesy of Alexander Patrakov. Added

View File

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