From 2ea6929754f88fc50693ca23faa42947da93a863 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 6 Aug 2001 11:00:11 +0000 Subject: Bug 43 and 47: keymap fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@906 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kbd-inst.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'chapter06/kbd-inst.xml') diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 1733fb310..3529768c7 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -8,17 +8,8 @@ make install && rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz -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: - -cd /usr/share/kbd/keymaps && -ln -s <path-to-keymap> defkeymap.map.gz - -Replace <path-to-keymap> 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. +We will be defining our default keymap later on when we create the +system configuration files in chapter 7. -- cgit v1.2.3-54-g00ecf