blob: 3529768c706868cec3e04cdf1f9715e7ab9aa091 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2>
<title>Installation of Kbd</title>
<para>Install Kbd by running the following commands:</para>
<para><screen><userinput>./configure --datadir=/usr/share/kbd &&</userinput>
<userinput>make &&</userinput>
<userinput>make install &&</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>
|