diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-19 16:16:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-19 16:16:26 +0000 |
commit | 57e2ff8b7485be8526472c2a9442901fecf615fc (patch) | |
tree | 275415fe5fff8dc48ddc24c6db4720b10fec1208 | |
parent | cf179225b66e3f4e70b4aefa1b497d1e44e175de (diff) |
* chapter06 - kbd - Removed hard-coded reference to linux-2.4.25
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3656 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kbd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 4c37aade6..9e1de7b70 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -73,7 +73,7 @@ source (you will have to repeat this command whenever you unpack a new kernel):</para> <screen><userinput>loadkeys -m /usr/share/kbd/keymaps/defkeymap.map.gz > \ - /usr/src/linux-2.4.25/drivers/char/defkeymap.c</userinput></screen> + /usr/src/linux-&linux-version;/drivers/char/defkeymap.c</userinput></screen> </sect2> |