diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/udev.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0f145bd76..84a0a3496 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating +to configuring rules (fixes bug 1622)</para></listitem> + <listitem><para>August 23rd, 2005 [matt]: Upgrade to Man-1.6a</para></listitem> <listitem><para>August 20th, 2005 [matt]: Stop moving some of coreutils binaries diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4164bdcaf..bdd6c9aee 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -54,6 +54,10 @@ the configuration files here:</para> <screen><userinput>cp ../udev-config-3.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> +<para>Install the documentation that explains how to create Udev rules:</para> + +<screen><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen> + <!-- Edit Me --> <para>Run the <command>udevstart</command> program to create our full complement of device nodes.</para> |