mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added part about creating the defkeymap symlink.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f869b9a143
commit
da633b7bb4
@ -13,5 +13,25 @@ Install Kbd by running the following commands:
|
|||||||
|
|
||||||
</literallayout></blockquote>
|
</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>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user