diff options
-rw-r--r-- | chapter04/kbd-patch.xml | 4 | ||||
-rw-r--r-- | chapter06/kbd-exp.xml | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/chapter04/kbd-patch.xml b/chapter04/kbd-patch.xml new file mode 100644 index 000000000..b83f6b50f --- /dev/null +++ b/chapter04/kbd-patch.xml @@ -0,0 +1,4 @@ +Kbd Patch (&kbd-patch-version;) - &kbd-patch-size;: +<ulink url="&ftp;/kbd-&kbd-patch-version;.patch.bz2">&ftp;/kbd-&kbd-patch-version;.patch.bz2</ulink> +<ulink url="&http;/kbd-&kbd-patch-version;.patch.bz2">&http;/kbd-&kbd-patch-version;.patch.bz2</ulink> + 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> + |