Corrected kernel location for keymap location.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2003-01-22 20:08:31 +00:00
parent 99302877e2
commit 14010859e7
3 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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 &gt; \
&nbsp;&nbsp;&nbsp;&nbsp;/usr/src/linux/drivers/char/defkeymap.c</userinput></screen></para>
&nbsp;&nbsp;&nbsp;&nbsp;/usr/src/linux-&kernel-version;/drivers/char/defkeymap.c</userinput></screen></para>
</sect2>

View File

@ -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">