lfs/chapter06/kbd-inst.xml
Mark Hymers 2ea6929754 Bug 43 and 47: keymap fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@906 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-06 11:00:11 +00:00

16 lines
503 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>We will be defining our default keymap later on when we create the
system configuration files in chapter 7.</para>
</sect2>