From 7f35c7ff7a703964a7d83705633d8d41ea804839 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 9 Nov 2009 20:29:43 +0000 Subject: 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 --- chapter06/kernfs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 @@ Begin by creating directories onto which the file systems will be mounted: -mkdir -pv $LFS/{dev,proc,sys} +mkdir -v $LFS/{dev,proc,sys} Creating Initial Device Nodes -- cgit v1.2.3-54-g00ecf