diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-12 21:40:57 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-12 21:40:57 +0000 |
commit | 74ab612f4319c93c5816d1e9812c43f922e1e422 (patch) | |
tree | a17995244012f86d9f5f0daa3cc77c1e271168a5 /chapter06/kbd-inst.xml | |
parent | 0bafc62c7cbb255f54d3e5248666da9aa74aaed4 (diff) |
Upgraded the kbd patch to 1.06-2 and updated the program descriptions for kbd. (Bug 216)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r-- | chapter06/kbd-inst.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 416dbab38..87413069f 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -1,22 +1,12 @@ <sect2> <title>Installation of Kbd</title> -<para>There is a bug in kbd-&kbd-version; which -causes <userinput>loadkeys -d</userinput> to behave incorrectly. To fix -this, unpack the kbd-&kbd-patch-version; patch and apply it with the following -command: </para> - -<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para> - <para>Install Kbd by running the following commands:</para> -<para><screen><userinput>./configure && +<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch && +./configure && make && make install</userinput></screen></para> -<para>When using the loadkeys program from this package, don't use the --d option to load a default keymap file. It won't work properly -with keymaps that include other keymaps.</para> - </sect2> |