Author: matthew
Date: 2010-01-28 15:12:29 -0700 (Thu, 28 Jan 2010)
New Revision: 9171

Modified:
   trunk/BOOK/chapter08/kernel.xml
Log:
Fix typo/omission in creation of /etc/modprobe.d directory

Modified: trunk/BOOK/chapter08/kernel.xml
===================================================================
--- trunk/BOOK/chapter08/kernel.xml     2010-01-28 22:11:43 UTC (rev 9170)
+++ trunk/BOOK/chapter08/kernel.xml     2010-01-28 22:12:29 UTC (rev 9171)
@@ -197,7 +197,7 @@
     <para>Create a new file <filename>/etc/modprobe.d/usb.conf</filename> by 
running
     the following:</para>
 
-<screen><userinput>install -v -m755 /etc/modprobe.d
+<screen><userinput>install -v -m755 -d /etc/modprobe.d
 cat &gt; /etc/modprobe.d/usb.conf &lt;&lt; "EOF"
 <literal># Begin /etc/modprobe.d/usb.conf
 

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