aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/creatingfs.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-07-06 15:25:48 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-07-06 15:25:48 +0000
commit11ce06ae65258859cc43ab338e2a81f880b011e4 (patch)
tree5beb41dca40b1fa68041dfd0c86d981387c5af42 /chapter03/creatingfs.xml
parente3f06c0127185ea72d51f06fe812031e459df463 (diff)
Removed indentation from commands (from <blockquote><literallayout> to
<para><screen> git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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).