diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-22 20:08:31 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-22 20:08:31 +0000 |
commit | 14010859e7ad09792d0a508b3b2ffc65ec119132 (patch) | |
tree | b39073af35f9d902596012faa0265a9fa7261779 /chapter06/config-keyboard.xml | |
parent | 99302877e2420aec4721c0be2416c2749361896f (diff) |
Corrected kernel location for keymap location.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-keyboard.xml')
-rw-r--r-- | chapter06/config-keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/config-keyboard.xml b/chapter06/config-keyboard.xml index 0fdacb6d3..3d5e8212b 100644 --- a/chapter06/config-keyboard.xml +++ b/chapter06/config-keyboard.xml @@ -26,7 +26,7 @@ kernel source. You will have to repeat this command whenever you unpack a new kernel:</para> <para><screen><userinput>loadkeys -m /usr/share/kbd/keymaps/defkeymap.map.gz > \ - /usr/src/linux/drivers/char/defkeymap.c</userinput></screen></para> + /usr/src/linux-&kernel-version;/drivers/char/defkeymap.c</userinput></screen></para> </sect2> |