diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-19 15:36:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-19 15:36:47 +0000 |
commit | 99302877e2420aec4721c0be2416c2749361896f (patch) | |
tree | 539fbe19c4c1ece43d94bccda5411d229f764677 /chapter06/kbd-inst.xml | |
parent | 25ef3c3d776fa5f899311075c462d4333cc7f179 (diff) |
Chapter 6 cleanup after conversions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r-- | chapter06/kbd-inst.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index bdf52b636..29958f1e9 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -5,16 +5,13 @@ <para>Kbd doesn't install some of its utilities (setlogcons, setvesablank and getunimap) by default. The kbd patch enables the compilation of these -utilities.</para> - -<para>Apply the patch by running the following command:</para> +utilities. Apply the patch:</para> <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para> <para>Prepare Kbd to be compiled:</para> -<para><screen><userinput> -./configure</userinput></screen></para> +<para><screen><userinput>./configure</userinput></screen></para> <para>Continue with compiling the package:</para> @@ -26,12 +23,3 @@ utilities.</para> </sect2> -<sect2> -<title>Command explanations</title> - -<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>: -This patch changes a Makefile so some utilities that are not installed by -default (setlogcons, setvesablank and getunimap) are installed.</para> - -</sect2> - |