source: BOOK/final-system/multilib/kbd.xml@ 0d9eda9

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0d9eda9 was 76db4cc, checked in by Chris Staub <chris@…>, 16 years ago

Remove obsolete commands from Kbd instructions

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-kbd" role="wrap">
9 <?dbhtml filename="kbd.html"?>
10
11 <title>Kbd-&kbd-version;</title>
12
13 <indexterm zone="ch-system-kbd">
14 <primary sortas="a-Kbd">Kbd</primary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/kbd.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of Kbd</title>
23
24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="../common/kbd.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
27
28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
29 --datadir=/lib64/kbd</userinput></screen>
30
31 <variablelist os="c">
32 <title>The meaning of the configure options:</title>
33
34 <varlistentry>
35 <term><parameter>--datadir</parameter></term>
36 <listitem>
37 <para>This option places the Kbd data and keymap files into
38 /lib64/kbd, as they are used by some of the scripts in the
39 CLFS-Bootscripts package and must be on the root partition.</para>
40 </listitem>
41 </varlistentry>
42
43 </variablelist>
44
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46 href="../common/kbd.xml"
47 xpointer="xpointer(//*[@os='d'])"/>
48
49<screen os="e"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
50
51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52 href="../common/kbd.xml"
53 xpointer="xpointer(//*[@os='f'])"/>
54
55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56 href="../common/kbd.xml"
57 xpointer="xpointer(//*[@os='g'])"/>
58
59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60 href="../common/kbd.xml"
61 xpointer="xpointer(//*[@os='h'])"/>
62
63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64 href="../common/kbd.xml"
65 xpointer="xpointer(//*[@os='i'])"/>
66
67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68 href="../common/kbd.xml"
69 xpointer="xpointer(//*[@os='j'])"/>
70
71 </sect2>
72
73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74 href="../common/kbd.xml"
75 xpointer="xpointer(id('contents-kbd'))"/>
76
77</sect1>
Note: See TracBrowser for help on using the repository browser.