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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/config-keyboard.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 763e96d1d..ad1a6b39f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,10 @@ </itemizedlist> </para></listitem> +<listitem><para>January 22nd, 2003 [timothy]: Chapter 06 - Configuring +essential software: Corrected kernel directory for keymap +location.</para></listitem> + <listitem><para>January 10th, 2003 [gerard]: Added a new chroot command after the second Glibc installation that is to be used from that point onwards.</para></listitem> 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> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030119"> -<!ENTITY releasedate "January 19th, 2003"> +<!ENTITY version "20030122"> +<!ENTITY releasedate "January 22nd, 2003"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |