aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-keyboard.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-10 19:55:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-10 19:55:10 +0000
commit4c1a3af90c45bcf5be188e3c620f33829d74830b (patch)
tree05f0c599047561cf27dc1523bab4962328ed96f7 /chapter06/config-keyboard.xml
parent9ad0f036422cecd65e84667209165d82d0604f37 (diff)
added chapter06/config-keyboard.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-keyboard.xml')
-rw-r--r--chapter06/config-keyboard.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/chapter06/config-keyboard.xml b/chapter06/config-keyboard.xml
new file mode 100644
index 000000000..b3ced378f
--- /dev/null
+++ b/chapter06/config-keyboard.xml
@@ -0,0 +1,20 @@
+<sect2><title>Configuring your keyboard</title>
+
+<para>Nothing is more annoying than using Linux with a wrong keymap loaded
+for your keyboard. If you have a default US keyboard, you can skip this
+section. The US keymap file is the default if you don't change it.</para>
+
+<para>To set the default keymap file, create the
+<filename class="symlink">/usr/share/kbd/keymap/defkeymap.map.gz</filename>
+symlink by running the following commands:</para>
+
+<para><screen><userinput>cd /usr/share/kbd/keymaps &amp;&amp;
+ln -s &lt;path/to/keymap&gt; defkeymap.map.gz</userinput></screen></para>
+
+<para>Replace &lt;path/to/keymap&gt; with the your keyboard's map file. For
+example, if you have a Dutch keyboard, you would run:</para>
+
+<para><screen><userinput>ln -s i386/qwerty/nl.map.gz defkeymap.map.gz</userinput></screen></para>
+
+</sect2>
+