kbd-inst.xml 1005 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <sect2>
  2. <title>Installation of Kbd</title>
  3. <para>
  4. Install Kbd by running the following commands:
  5. </para>
  6. <para>
  7. <screen>
  8. <userinput>./configure --datadir=/usr/share/kbd &amp;&amp;</userinput>
  9. <userinput>make &amp;&amp;</userinput>
  10. <userinput>make install &amp;&amp;</userinput>
  11. <userinput>rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput>
  12. </screen>
  13. </para>
  14. <para>
  15. Now we have to choose a default keymap. Explore the
  16. /usr/share/kbd/keymaps directory, and find the keymap that you would like to use
  17. as a default. Then execute this command:
  18. </para>
  19. <para>
  20. <screen>
  21. <userinput>cd /usr/share/kbd/keymaps &amp;&amp;</userinput>
  22. <userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput>
  23. </screen>
  24. </para>
  25. <para>
  26. Replace <userinput>&lt;path-to-keymap&gt;</userinput> with the path to the
  27. keymap you have selected, relative to the /usr/share/kbd/keymaps/ directory. For
  28. example, if you have chosen the US keymap, you would replace it with
  29. i386/qwerty/us.map.gz.
  30. </para>
  31. </sect2>