From 105006682523909ca8681aebbe1cf7bca008b498 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 5 Apr 2002 21:08:22 +0000 Subject: added a note that the loadkeys symlink can be removed if keymap is in kernel git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1803 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/loadkeys.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chapter07/loadkeys.xml (limited to 'chapter07') diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml new file mode 100644 index 000000000..cf035bb4c --- /dev/null +++ b/chapter07/loadkeys.xml @@ -0,0 +1,19 @@ + +Do I need the loadkeys script? + + +If you decided to compile your keymap file directly into the kernel +back at the end of chapter 6, then you strictly speaking don't need to run +this loadkeys script, since the kernel has already setup the keymap for +you. You can still run it if you want, it isn't going to hurt you. It could +even be beneficial to keep it in case you run a lot of different kernels +and don't remember or want to compile the keymap into every kernel you lay +your hands on. + +If you decided you don't need to, or want to use the loadkeys script, +remove the +/etc/rc.d/rcsysinit.d/S70loadkeys +symlink. + + + -- cgit v1.2.3-54-g00ecf