diff options
-rw-r--r-- | chapter06/kbd-inst.xml | 20 |
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 &&</userinput> + <userinput>ln -s <path-to-keymap> defkeymap.map.gz</userinput> + +</blockquote></literallayout> + +<para> +Replace <userinput><path-to-keymap></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> |