Install documentation explaining how to create Udev rules

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-08-23 19:52:42 +00:00
parent e43868f257
commit 7eac3e32ab
2 changed files with 7 additions and 0 deletions

View File

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

View File

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