aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/mounting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/mounting.xml')
-rw-r--r--chapter02/mounting.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml
index 67f786203..2d081fc79 100644
--- a/chapter02/mounting.xml
+++ b/chapter02/mounting.xml
@@ -26,9 +26,9 @@
running:</para>
<screen role="nodump"><userinput>mkdir -pv $LFS
-mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
+mount -v /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></screen>
- <para>Replace <replaceable>[xxx]</replaceable> with the designation of the LFS
+ <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the designation of the LFS
partition.</para>
<para>If using multiple partitions for LFS (e.g., one for <filename
@@ -36,12 +36,12 @@ 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 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
mkdir -v $LFS/usr
-mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
+mount -v /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
- <para>Replace <replaceable>[xxx]</replaceable> and
- <replaceable>[yyy]</replaceable> with the appropriate partition
+ <para>Replace <replaceable>&lt;xxx&gt;</replaceable> and
+ <replaceable>&lt;yyy&gt;</replaceable> with the appropriate partition
names.</para>
<para>Ensure that this new partition is not mounted with permissions that