|
@@ -22,7 +22,7 @@
|
|
|
<para>Begin by creating directories onto which the file systems will be
|
|
|
mounted:</para>
|
|
|
|
|
|
-<screen><userinput>mkdir -v $LFS/{dev,proc,sys}</userinput></screen>
|
|
|
+<screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen>
|
|
|
|
|
|
<sect2>
|
|
|
<title>Creating Initial Device Nodes</title>
|
|
@@ -107,7 +107,7 @@ mount -vt sysfs sysfs $LFS/sys</userinput></screen>
|
|
|
|
|
|
<screen><userinput>if [ -h $LFS/dev/shm ]; then
|
|
|
link=$(readlink $LFS/dev/shm)
|
|
|
- mkdir -p $LFS/$link
|
|
|
+ mkdir -pv $LFS/$link
|
|
|
mount -vt tmpfs shm $LFS/$link
|
|
|
unset link
|
|
|
else
|