aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kbd.xml
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-03 21:28:58 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-03 21:28:58 +0000
commit9dfc02ff38f26117daffe7d8b822ebb64a3fed04 (patch)
treec3ea0521973ac75238f6ab5f674d5b4fc4032df8 /chapter06/kbd.xml
parent411ceb86b8150183a447f89b4789395bf16fddf0 (diff)
Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r--chapter06/kbd.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 4c37aade6..0f644bfb5 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -22,13 +22,7 @@ Diffutils, Flex, GCC, Gettext, Glibc, Grep, Gzip, M4, Make, Sed.</para>
<sect2>
<title>Installation of Kbd</title>
-<para>By default some of Kbd's utilities (<command>setlogcons</command>,
-<command>setvesablank</command> and <command>getunimap</command>) are
-not installed. First enable the compilation of these utilities:</para>
-
-<screen><userinput>patch -Np1 -i ../kbd-&kbd-version;-more-programs-1.patch</userinput></screen>
-
-<para>Now prepare Kbd for compilation:</para>
+<para>Prepare Kbd for compilation:</para>
<screen><userinput>./configure</userinput></screen>
@@ -73,7 +67,7 @@ source (you will have to repeat this command whenever you unpack a new
kernel):</para>
<screen><userinput>loadkeys -m /usr/share/kbd/keymaps/defkeymap.map.gz &gt; \
- /usr/src/linux-2.4.25/drivers/char/defkeymap.c</userinput></screen>
+ /usr/src/linux-&linux-version;/drivers/char/defkeymap.c</userinput></screen>
</sect2>