From 4c1a3af90c45bcf5be188e3c620f33829d74830b Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 10 Mar 2002 19:55:10 +0000 Subject: added chapter06/config-keyboard.xml git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/config-keyboard.xml | 20 ++++++++++++++++++++ chapter06/configure.xml | 1 + index.xml | 1 + 4 files changed, 27 insertions(+) create mode 100644 chapter06/config-keyboard.xml diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3d72fda92..188ab4dce 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -30,6 +30,11 @@ +March 10th, 2002 [gerard]: Chapter 06 - Configure keyboard: +Added section to configure keyboard keymap file by creating the /usr/share/kbd/keymaps/defkeymap.map.gz +symlink. + March 9th, 2002 [gerard]: Chapter 08 - Make bootable: Added a cp command that finds all the kernel images from /etc/lilo.conf automatically and copies them to 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 @@ +Configuring your keyboard + +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. + +To set the default keymap file, create the +/usr/share/kbd/keymap/defkeymap.map.gz +symlink by running the following commands: + +cd /usr/share/kbd/keymaps && +ln -s <path/to/keymap> defkeymap.map.gz + +Replace <path/to/keymap> with the your keyboard's map file. For +example, if you have a Dutch keyboard, you would run: + +ln -s i386/qwerty/nl.map.gz defkeymap.map.gz + + + diff --git a/chapter06/configure.xml b/chapter06/configure.xml index adc350c0d..88350ef17 100644 --- a/chapter06/configure.xml +++ b/chapter06/configure.xml @@ -11,6 +11,7 @@ programs running properly is to create their configuration files. &c6-cf-sysklogd; &c6-cf-shadowpwd; &c6-cf-sysvinit; +&c6-cf-keyboard; &c6-cf-utmp; &c6-cf-password; diff --git a/index.xml b/index.xml index 2c4e63524..56a09ee63 100644 --- a/index.xml +++ b/index.xml @@ -330,6 +330,7 @@ + -- cgit v1.2.3-54-g00ecf