diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/udev.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index af2ef5e32..335e6554d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <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 the "Creating custom symlinks" page which includes examples 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> |