aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-11-09 20:29:43 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-11-09 20:29:43 +0000
commit7f35c7ff7a703964a7d83705633d8d41ea804839 (patch)
treeb0866ceaf5e96a92114dfe76ef1be46d6014d240 /chapter06
parent01837d8e7854857cc8a4222cd94f6b913e6870df (diff)
Remove the -p switch to mkdir when creating kernel virtual filesystems. Fixes #2506.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kernfs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml
index c669a4731..385070bc9 100644
--- a/chapter06/kernfs.xml
+++ b/chapter06/kernfs.xml
@@ -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>