diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-12-10 17:51:47 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-12-10 17:51:47 +0000 |
commit | 18b6058533db6e5d01e176dbf57d1fa1d1856b08 (patch) | |
tree | 78bb631595d800ef4ed80c90bcbc940aec6f993a /chapter06 | |
parent | 60fd3bbd6fa6b598eb54deda2b7e245c77024aef (diff) |
[Bug 230] patch to make loadkeys -d work properly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd-inst.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 80e0b3559..416dbab38 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -1,6 +1,13 @@ <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 && |