lfs/chapter06/kbd-inst.xml
Mark Hymers b822811980 XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-07-22 19:45:10 +00:00

25 lines
991 B
XML

<sect2>
<title>Installation of Kbd</title>
<para>Install Kbd by running the following commands:</para>
<para><screen><userinput>./configure --datadir=/usr/share/kbd &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput></screen></para>
<para>Now we have to choose a default keymap. Explore the
/usr/share/kbd/keymaps directory, and find the keymap that you would like to use
as a default. Then execute this command:</para>
<para><screen><userinput>cd /usr/share/kbd/keymaps &amp;&amp;</userinput>
<userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput></screen></para>
<para>Replace <userinput>&lt;path-to-keymap&gt;</userinput> with the path to the
keymap you have selected, relative to the /usr/share/kbd/keymaps/ directory. For
example, if you have chosen the US keymap, you would replace it with
i386/qwerty/us.map.gz.</para>
</sect2>