aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kbd-inst.xml
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-04-01 22:20:45 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-04-01 22:20:45 +0000
commitda633b7bb47c81c5b8a7b2564973d9df4248a675 (patch)
tree92ac12a67dd1875ecb4c3332beb8b78f2b81ebc6 /chapter06/kbd-inst.xml
parentf869b9a143f4928aa6dfaf59592f3ccaa5823069 (diff)
Added part about creating the defkeymap symlink.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r--chapter06/kbd-inst.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml
index bbd4e35d0..d4b31d17f 100644
--- a/chapter06/kbd-inst.xml
+++ b/chapter06/kbd-inst.xml
@@ -13,5 +13,25 @@ Install Kbd by running the following commands:
</literallayout></blockquote>
+<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>
+
+<blockquote><literallayout>
+
+ <userinput>cd /usr/share/kbd/keymaps &amp;&amp;</userinput>
+ <userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput>
+
+</blockquote></literallayout>
+
+<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>