aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-11 20:36:27 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-11 20:36:27 +0000
commit35fae1627c2c95666ea19ba9d6c6396f909f882f (patch)
tree474eb957ea8b651046e7237eab40513ff71ac343 /chapter07
parent87446433d6b3cffca92897d402f43f3e6336c1ac (diff)
removed loadkeys configure in chapter 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/chapter07.xml1
-rw-r--r--chapter07/loadkeys.xml31
2 files changed, 0 insertions, 32 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml
index 7d2b92367..f3a6b14d6 100644
--- a/chapter07/chapter07.xml
+++ b/chapter07/chapter07.xml
@@ -4,7 +4,6 @@
&c7-introduction;
&c7-usage;
-&c7-loadkeys;
&c7-setclock;
&c7-sysklogd;
&c7-hostname;
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml
deleted file mode 100644
index d7edb7056..000000000
--- a/chapter07/loadkeys.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<sect1 id="ch07-loadkeys">
-<title>Configuring the loadkeys script</title>
-<?dbhtml filename="loadkeys.html" dir="chapter07"?>
-
-<para>You only need to use the loadkeys script if you don't have a
-default 101 keys US keyboard layout.</para>
-
-<para>The /etc/sysconfig/keyboard file contains the information the
-loadkeys script needs to operate. This file contains the LAYOUT variable
-which tells loadkeys what keymap to load that corresponds with your
-keyboard.</para>
-
-<para>Create a new file <filename>/etc/sysconfig/keyboard</filename>
-by running the following:</para>
-
-<para><screen><userinput>cat &gt; /etc/sysconfig/keyboard &lt;&lt; "EOF"</userinput
->
-# Begin /etc/sysconfig/keyboard
-
-LAYOUT=&lt;path-to-keymap&gt;
-
-# End /etc/sysconfig/keyboard
-<userinput>EOF</userinput></screen></para>
-
-<para>Replace <userinput>&lt;path-to-keymap&gt;</userinput> with the
-path to the keymap you have selected. For example, if you have chosen the
-US keymap, you would replace it with
-<userinput>/usr/share/kbd/keymaps/i386/qwerty/us.map.gz</userinput></para>
-
-</sect1>
-