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

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since acd6620 was acd6620, checked in by William Harrington <kb0iic@…>, 11 years ago

Remove Vlock from kbd configuration as it requires PAM.

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]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
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/kbd.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Kbd</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]25    href="../common/kbd.xml"
26    xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]27
[acd6620]28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
29    --disable-vlock --enable-optional-progs</userinput></screen>
[3f8be484]30
[dabbced]31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]32    href="../common/kbd.xml"
[1a5985d]33    xpointer="xpointer(//*[@os='c'])"/>
[f343234]34
[9ad863d]35<screen os="d"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
[3f8be484]36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d1631d1]38    href="../common/kbd.xml"
[1a5985d]39    xpointer="xpointer(//*[@os='e'])"/>
[d1631d1]40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e990cbd9]42    href="../common/kbd.xml"
[1a5985d]43    xpointer="xpointer(//*[@os='f'])"/>
[e990cbd9]44
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e990cbd9]46    href="../common/kbd.xml"
[1a5985d]47    xpointer="xpointer(//*[@os='g'])"/>
[e990cbd9]48
[dabbced]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[f343234]50    href="../common/kbd.xml"
[1a5985d]51    xpointer="xpointer(//*[@os='h'])"/>
[f343234]52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[85284ff7]54    href="../common/kbd.xml"
55    xpointer="xpointer(//*[@os='i'])"/>
56
[3f8be484]57  </sect2>
58
[dabbced]59  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]60  href="../common/kbd.xml"
61  xpointer="xpointer(id('contents-kbd'))"/>
62
63</sect1>
Note: See TracBrowser for help on using the repository browser.