diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-12 21:56:30 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-12 21:56:30 +0000 |
commit | 85a5d9affc8836b0460aede6419d8ff1278c046e (patch) | |
tree | a0ddbae1d9cd61205394487aa48ffe4bc39ec5e4 /chapter06 | |
parent | 74ab612f4319c93c5816d1e9812c43f922e1e422 (diff) |
The new files :) Forgot to add them in the previous commit...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd-exp.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter06/kbd-exp.xml b/chapter06/kbd-exp.xml new file mode 100644 index 000000000..249307299 --- /dev/null +++ b/chapter06/kbd-exp.xml @@ -0,0 +1,13 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>: +This patch fixes two problems. The first one is the <userinput>loadkeys -d</userinput> +behaviour which is broken in current kbd versions. It is nessecary to fix this, +because the boot scripts rely on a proper <userinput>loadkeys -d</userinput>. +The second part of the patch changes a Makefile so some utilities (setlogcons, +setvesablank and getunimap) that are not installed by default, are installed as +well.</para> + +</sect2> + |