mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 06:09:21 +01:00
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:
parent
99302877e2
commit
14010859e7
@ -56,6 +56,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</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
|
<listitem><para>January 10th, 2003 [gerard]: Added a new chroot command after
|
||||||
the second Glibc installation that is to be used from that point
|
the second Glibc installation that is to be used from that point
|
||||||
onwards.</para></listitem>
|
onwards.</para></listitem>
|
||||||
|
@ -26,7 +26,7 @@ kernel source. You will have to repeat this command whenever you unpack a
|
|||||||
new kernel:</para>
|
new kernel:</para>
|
||||||
|
|
||||||
<para><screen><userinput>loadkeys -m /usr/share/kbd/keymaps/defkeymap.map.gz > \
|
<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>
|
</sect2>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030119">
|
<!ENTITY version "20030122">
|
||||||
<!ENTITY releasedate "January 19th, 2003">
|
<!ENTITY releasedate "January 22nd, 2003">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user