Author: matthew
Date: 2009-11-09 13:29:43 -0700 (Mon, 09 Nov 2009)
New Revision: 9097

Modified:
   trunk/BOOK/chapter06/kernfs.xml
Log:
Remove the -p switch to mkdir when creating kernel virtual filesystems.  Fixes 
#2506.

Modified: trunk/BOOK/chapter06/kernfs.xml
===================================================================
--- trunk/BOOK/chapter06/kernfs.xml     2009-11-09 17:12:16 UTC (rev 9096)
+++ trunk/BOOK/chapter06/kernfs.xml     2009-11-09 20:29:43 UTC (rev 9097)
@@ -22,7 +22,7 @@
     <para>Begin by creating directories onto which the file systems will be
     mounted:</para>
 
-<screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen>
+<screen><userinput>mkdir -v $LFS/{dev,proc,sys}</userinput></screen>
 
   <sect2>
     <title>Creating Initial Device Nodes</title>

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