aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/mounting.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-29 20:00:54 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-29 20:00:54 +0000
commit55851d6ef3b438d78359c9ea0ba861069bedeeb1 (patch)
treed9f97db0df5856fb68fd325a4885b9edbf2d5c90 /chapter02/mounting.xml
parentd44a965cfe95996da670a7f053cb30222e41b36f (diff)
Tagging corrections in chapters 1 to 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/mounting.xml')
-rw-r--r--chapter02/mounting.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml
index 610ccf652..87331dcfb 100644
--- a/chapter02/mounting.xml
+++ b/chapter02/mounting.xml
@@ -10,7 +10,7 @@
<para>Now that we've created a file system, we want to be able to access
the partition. For that, we need to mount it, and have to choose a mount
point. In this book we assume that the file system is mounted under
-<filename>/mnt/lfs</filename>, but it doesn't matter what directory
+<filename class="directory">/mnt/lfs</filename>, but it doesn't matter what directory
you choose.</para>
<para>Choose a mount point and assign it to the LFS environment variable
@@ -21,22 +21,22 @@ by running:</para>
<para>Now create the mount point and mount the LFS file system by running:</para>
<screen><userinput>mkdir -p $LFS
-mount /dev/xxx $LFS</userinput></screen>
+mount /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
-<para>Replace <filename>xxx</filename> with the designation of the LFS
+<para>Replace <replaceable>[xxx]</replaceable> with the designation of the LFS
partition.</para>
<para>If you have decided to use multiple partitions for LFS (say one for
-<filename>/</filename> and another for <filename>/usr</filename>), mount
-them like this:</para>
+<filename class="directory">/</filename> and another for
+<filename class="directory">/usr</filename>), mount them like this:</para>
<screen><userinput>mkdir -p $LFS
-mount /dev/xxx $LFS
+mount /dev/<replaceable>[xxx]</replaceable> $LFS
mkdir $LFS/usr
-mount /dev/yyy $LFS/usr</userinput></screen>
+mount /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
-<para>Of course, replace <filename>xxx</filename> and <filename>yyy</filename>
-with the appropriate partition names.</para>
+<para>Of course, replace <replaceable>[xxx]</replaceable> and
+<replaceable>[yyy]</replaceable> with the appropriate partition names.</para>
<para>You should also ensure that this new partition is not mounted with
permissions that are too restrictive (such as the nosuid, nodev or noatime