lfs/chapter06/kbd-inst.xml
Gerard Beekmans d717ef9c28 Removed the sentence explaining why we remove defkeymap.map.gz - this is
explained in command explanations already.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-10 02:22:43 +00:00

13 lines
381 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>
</sect2>