|
@@ -26,7 +26,7 @@
|
|
|
running:</para>
|
|
|
|
|
|
<screen role="nodump"><userinput>mkdir -pv $LFS
|
|
|
-mount -v /dev/<replaceable><xxx></replaceable> $LFS</userinput></screen>
|
|
|
+mount -v -t ext3 /dev/<replaceable><xxx></replaceable> $LFS</userinput></screen>
|
|
|
|
|
|
<para>Replace <replaceable><xxx></replaceable> with the designation of the LFS
|
|
|
partition.</para>
|
|
@@ -36,9 +36,9 @@ mount -v /dev/<replaceable><xxx></replaceable> $LFS</userinput></screen>
|
|
|
class="directory">/usr</filename>), mount them using:</para>
|
|
|
|
|
|
<screen role="nodump"><userinput>mkdir -pv $LFS
|
|
|
-mount -v /dev/<replaceable><xxx></replaceable> $LFS
|
|
|
+mount -v -t ext3 /dev/<replaceable><xxx></replaceable> $LFS
|
|
|
mkdir -v $LFS/usr
|
|
|
-mount -v /dev/<replaceable><yyy></replaceable> $LFS/usr</userinput></screen>
|
|
|
+mount -v -t ext3 /dev/<replaceable><yyy></replaceable> $LFS/usr</userinput></screen>
|
|
|
|
|
|
<para>Replace <replaceable><xxx></replaceable> and
|
|
|
<replaceable><yyy></replaceable> with the appropriate partition
|