aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-11 08:52:43 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-11 08:52:43 +0000
commit6dc88933336640d764779830df3e7a12abe06770 (patch)
tree7685db4301e254153f518d1ca6efb9a46dcd4d13 /chapter05/kernel-inst.xml
parent15db23f11546bc639dc8f226056632fe1ad52764 (diff)
Fixing accidental removal of <screen> tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r--chapter05/kernel-inst.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index dd140fd1d..87c7a9509 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -14,6 +14,7 @@ The kernel configuration file is created by running the following command:
</para>
<para>
+<screen>
<userinput>make mrproper &amp;&amp;</userinput>
<userinput>yes "" | make config &amp;&amp;</userinput>
<userinput>make dep &amp;&amp;</userinput>