diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-11 20:36:27 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-11 20:36:27 +0000 |
commit | 35fae1627c2c95666ea19ba9d6c6396f909f882f (patch) | |
tree | 474eb957ea8b651046e7237eab40513ff71ac343 /chapter07 | |
parent | 87446433d6b3cffca92897d402f43f3e6336c1ac (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.xml | 1 | ||||
-rw-r--r-- | chapter07/loadkeys.xml | 31 |
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 > /etc/sysconfig/keyboard << "EOF"</userinput -> -# Begin /etc/sysconfig/keyboard - -LAYOUT=<path-to-keymap> - -# End /etc/sysconfig/keyboard -<userinput>EOF</userinput></screen></para> - -<para>Replace <userinput><path-to-keymap></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> - |