Author: dj
Date: 2008-10-12 13:14:57 -0600 (Sun, 12 Oct 2008)
New Revision: 8652

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/udev.xml
Log:
Corrected installation of udev rules files in chapter 6.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-12 19:04:50 UTC (rev 8651)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-12 19:14:57 UTC (rev 8652)
@@ -41,6 +41,9 @@
       <para>2008-10-12</para>
       <itemizedlist>
         <listitem>
+          <para>[dj] - Corrected installation of udev rule files.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Removed command to move /sbin/arpd to /usr/sbin as this
           is default in iproute2-2.26.6.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2008-10-12 19:04:50 UTC (rev 8651)
+++ trunk/BOOK/chapter06/udev.xml       2008-10-12 19:14:57 UTC (rev 8652)
@@ -95,12 +95,12 @@
     configuration does not cover all devices. First install two extra rules
     files from Udev to help support device-mapper and RAID setups:</para>
 
-<screen><userinput remap="install">install -m644 -v 
etc/udev/packages/64-*.rules \
+<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
     /etc/udev/rules.d/</userinput></screen>
 
     <para>Now install a file to create symlinks for certain hand-held 
devices:</para>
 
-<screen><userinput remap="install">install -m644 -v 
etc/udev/packages/40-pilot-links.rules \
+<screen><userinput remap="install">install -m644 -v 
rules/packages/40-pilot-links.rules \
     /etc/udev/rules.d/</userinput></screen>
 
     <!-- There are more files available in the packages/ directory, if we want

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to