aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kbd.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
commitefcb3933433838b71f3a4a53ec1ac6d899aaec0b (patch)
treef0b1fb24d5ac7ebb93cc2deddefbc16938ea49d0 /chapter06/kbd.xml
parent9d719e24c33f9a2ecf8a5582cd811c43a8fa46c2 (diff)
Make the new book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r--chapter06/kbd.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 2bf0853f7..2f9cfd3f1 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -60,20 +60,11 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
<para>Prepare Kbd for compilation:</para>
-<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr --disable-vlock</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
-<!--
- <varlistentry>
- <term><parameter>- -datadir=/lib/kbd</parameter></term>
- <listitem>
- <para>This option puts keyboard layout data in a directory that will
- always be on the root partition instead of the default <filename
- class="directory">/usr/share/kbd</filename>.</para>
- </listitem>
- </varlistentry>
--->
+
<varlistentry>
<term><parameter>--disable-vlock</parameter></term>
<listitem>
@@ -104,16 +95,6 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
such languages have to download working keymaps separately.</para>
</note>
-<!--
- <para>Some of the scripts in the LFS-Bootscripts package depend on
- <command>kbd_mode</command>, <command>loadkeys</command>,
- <command>openvt</command>, and
- <command>setfont</command>. As <filename class="directory">/usr</filename>
- may not be available during the early stages of booting, those binaries
- need to be on the root partition:</para>
-
-<screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>
--->
<para>If desired, install the documentation:</para>
<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version;