diff options
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> - |