aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/mounting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r--chapter03/mounting.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index 14685e045..f29c49c11 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -11,12 +11,12 @@ you choose.</para>
<para>Choose a mount point and assign it to the LFS environment variable
by running:</para>
-<para><screen><userinput>export LFS=/mnt/lfs</userinput></screen></para>
+<screen><userinput>export LFS=/mnt/lfs</userinput></screen>
<para>Now create the mount point and mount the LFS file system by running:</para>
-<para><screen><userinput>mkdir -p $LFS
-mount /dev/xxx $LFS</userinput></screen></para>
+<screen><userinput>mkdir -p $LFS
+mount /dev/xxx $LFS</userinput></screen>
<para>Replace <filename>xxx</filename> with the designation of the LFS
partition.</para>
@@ -25,10 +25,10 @@ partition.</para>
<filename>/</filename> and another for <filename>/usr</filename>), mount
them like this:</para>
-<para><screen><userinput>mkdir -p $LFS
+<screen><userinput>mkdir -p $LFS
mount /dev/xxx $LFS
mkdir $LFS/usr
-mount /dev/yyy $LFS/usr</userinput></screen></para>
+mount /dev/yyy $LFS/usr</userinput></screen>
<para>Of course, replace <filename>xxx</filename> and <filename>yyy</filename>
with the appropriate partition names.</para>