Преглед на файлове

Corrected kernel location for keymap location.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher преди 22 години
родител
ревизия
14010859e7
променени са 3 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/config-keyboard.xml
  3. 2 2
      index.xml

+ 4 - 0
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>

+ 1 - 1
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 &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>
 

+ 2 - 2
index.xml

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