diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-06 11:00:11 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-06 11:00:11 +0000 |
commit | 2ea6929754f88fc50693ca23faa42947da93a863 (patch) | |
tree | 9b97712846120a878233c29c89b42d803d47c2db /chapter06/kbd-exp.xml | |
parent | bd8f55ac2d88163198eeb17ebbdcdf1c18875a11 (diff) |
Bug 43 and 47: keymap fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@906 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd-exp.xml')
-rw-r--r-- | chapter06/kbd-exp.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter06/kbd-exp.xml b/chapter06/kbd-exp.xml index e00d4b751..f084752bf 100644 --- a/chapter06/kbd-exp.xml +++ b/chapter06/kbd-exp.xml @@ -8,11 +8,8 @@ the FHS suggests.</para> <para><userinput>rm /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz:</userinput> We remove this file because we don't know which keymap you -need to use.</para> - -<para><userinput>ln -s <path-to-keymap> defkeymap.map.gz</userinput> -With this command you set the default keymap that can be loaded using -the <userinput>loadkeys -d</userinput> command.</para> +need to use. As said above, we will be defining the default keymap in +chapter 7 when the system configuration files are created.</para> </sect2> |