diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter07/console.xml | 2 |
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> |