Эх сурвалжийг харах

Install documentation explaining how to create Udev rules

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 жил өмнө
parent
commit
7eac3e32ab

+ 3 - 0
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

+ 4 - 0
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>