|
@@ -27,8 +27,9 @@ now.</para>
|
|
|
<para>If you decided to create multiple partitions for LFS (say $LFS and
|
|
|
$LFS/usr), mount them like this:</para>
|
|
|
|
|
|
-<para><screen><userinput>mkdir -p /mnt/lfs/usr &&
|
|
|
+<para><screen><userinput>mkdir -p /mnt/lfs &&
|
|
|
mount /dev/xxx /mnt/lfs &&
|
|
|
+mkdir /mnt/lfs/usr &&
|
|
|
mount /dev/yyy /mnt/lfs/usr</userinput></screen></para>
|
|
|
|
|
|
<para>Of course, replace /dev/xxx and /dev/yyy with the appropriate
|