diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-11 08:52:43 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-11 08:52:43 +0000 |
commit | 6dc88933336640d764779830df3e7a12abe06770 (patch) | |
tree | 7685db4301e254153f518d1ca6efb9a46dcd4d13 | |
parent | 15db23f11546bc639dc8f226056632fe1ad52764 (diff) |
Fixing accidental removal of <screen> tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/kernel-inst.xml | 1 |
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 &&</userinput> <userinput>yes "" | make config &&</userinput> <userinput>make dep &&</userinput> |