aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/mounting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r--chapter03/mounting.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index 562706186..d6c3b08e5 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -14,17 +14,21 @@ directory is chosen, just make sure you remember what you chose.
Create the /mnt/lfs directory by running:
</para>
-<blockquote><literallayout>
- <userinput>mkdir -p /mnt/lfs</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>mkdir -p /mnt/lfs</userinput>
+</screen>
+</para>
<para>
Now mount the LFS partition by running:
</para>
-<blockquote><literallayout>
- <userinput>mount /dev/xxx /mnt/lfs</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>mount /dev/xxx /mnt/lfs</userinput>
+</screen>
+</para>
<para>
Replace <quote>xxx</quote> by the partition's designation (like hda11).