aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2006-10-15 19:05:21 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2006-10-15 19:05:21 +0000
commit9a07261f1e3a643737835a82cae0c10b01713ab9 (patch)
treeef2f6444d1896c61c36e6b93371601bc73a491a0
parent9749dc513b69956da6b82549b1fddc7ec3f6f111 (diff)
Fixed kbd datadir on console configuration page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter07/console.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5ca0d28af..ce9f82a25 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>2006-10-15</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Fixed console setup page to reference
+ the correct location for the kbd data. Thanks to Norman Urs
+ Baier for reporting the issue.</para>
+ </listitem>
+ <listitem>
<para>[bryan] - Upgrade to udev-102, remove patch.</para>
</listitem>
<listitem>
diff --git a/chapter07/console.xml b/chapter07/console.xml
index 6a30057d9..c32bf11d0 100644
--- a/chapter07/console.xml
+++ b/chapter07/console.xml
@@ -27,7 +27,7 @@
Decide which keymap and screen font will be used. Various language-specific
HOWTOs can also help with this, see <ulink
url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
- doubt, look in the <filename class="directory">/usr/share/kbd</filename>
+ doubt, look in the <filename class="directory">/lib/kbd</filename>
directory for valid keymaps and screen fonts. Read
<filename>loadkeys(1)</filename> and <filename>setfont(8)</filename> manual
pages to determine the correct arguments for these programs.</para>