diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-28 11:26:41 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-28 11:26:41 +0000 |
commit | db9d773c6e39372c09613573d66473172d4f353f (patch) | |
tree | 91b594ceb3f92f088471701b492277c2a914344b /chapter07 | |
parent | 687ef736a582e6672791398a62af027c5bac82ec (diff) |
Forgetfulness makes the most traffic...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/loadkeys.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml index 770c307d7..3628993e9 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -2,18 +2,17 @@ <title>Do I need the loadkeys script?</title> <?dbhtml filename="loadkeys.html" dir="chapter07"?> -<para>If you decided to compile your keymap file directly into the kernel back -at the end of <xref linkend="chapter-building-system"/>, then you strictly speaking don't -need to run this loadkeys script, since the kernel has already set up 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.</para> +<para>If back in <xref linkend="chapter-building-system"/> you decided to go +compile your keymap directly into the kernel (later on in <xref +linkend="chapter-mixture"/>), then strictly speaking you don't need to run this +loadkeys script, since the kernel will set up the keymap for you. If you wish, +you can still run the script, it isn't going to hurt you. Keeping it could even +be beneficial, in case you run a lot of different kernels and can't be sure +that the keymap is compiled into every one of them.</para> -<para>If you decided you don't need to, or don't want to use the loadkeys -script, remove the -<filename class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename> -symlink.</para> +<para>If you decided you don't need or don't want to use the loadkeys script, +remove the <filename +class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename> symlink.</para> </sect1> |