|
@@ -24,5 +24,16 @@ back in chapter 2. If you were planning to make use of the $LFS environment
|
|
|
variable, <userinput>export LFS=/mnt/lfs</userinput> has to be executed
|
|
|
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 &&
|
|
|
+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
|
|
|
+partition designations.</para>
|
|
|
+
|
|
|
</sect1>
|
|
|
|