aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/creatingfs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter03/creatingfs.xml')
-rw-r--r--chapter03/creatingfs.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml
index 14028202d..00130a99b 100644
--- a/chapter03/creatingfs.xml
+++ b/chapter03/creatingfs.xml
@@ -15,9 +15,11 @@ To create an ext2 file system, use the mke2fs command. The LFS partition
is used as the only option to the command and the file system is created.
</para>
-<blockquote><literallayout>
- <userinput>mke2fs /dev/xxx</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>mke2fs /dev/xxx</userinput>
+</screen>
+</para>
<para>
Replace "xxx" by the partition's designation (like hda11).