consoledata-inst.xml 626 B

123456789101112131415161718192021222324
  1. <sect2>
  2. <title>Installation of Console-data</title>
  3. <para>
  4. Replace &lt;path-to-kmap-file&gt; below with the correct path to the
  5. desired kmap.gz file. An example could be i386/qwerty/us.kmap.gz
  6. </para>
  7. <para>
  8. Install Console-data by running the following commands:
  9. </para>
  10. <blockquote><literallayout>
  11. <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
  12. <userinput>make &amp;&amp;</userinput>
  13. <userinput>make install &amp;&amp;</userinput>
  14. <userinput>cd /usr/share/keymaps &amp;&amp;</userinput>
  15. <userinput>ln -s &lt;path-to-kmap-file&gt; defkeymap.kmap.gz</userinput>
  16. </literallayout></blockquote>
  17. </sect2>