From 35fae1627c2c95666ea19ba9d6c6396f909f882f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 11 Mar 2002 20:36:27 +0000 Subject: removed loadkeys configure in chapter 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/loadkeys.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 chapter07/loadkeys.xml (limited to 'chapter07/loadkeys.xml') 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 @@ - -Configuring the loadkeys script - - -You only need to use the loadkeys script if you don't have a -default 101 keys US keyboard layout. - -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. - -Create a new file /etc/sysconfig/keyboard -by running the following: - -cat > /etc/sysconfig/keyboard << "EOF" -# Begin /etc/sysconfig/keyboard - -LAYOUT=<path-to-keymap> - -# End /etc/sysconfig/keyboard -EOF - -Replace <path-to-keymap> with the -path to the keymap you have selected. For example, if you have chosen the -US keymap, you would replace it with -/usr/share/kbd/keymaps/i386/qwerty/us.map.gz - - - -- cgit v1.2.3-54-g00ecf