source: BOOK/final-system/multilib/kmod-64bit.xml@ 79071fa

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 79071fa was 686839b, checked in by William Harrington <kb0iic@…>, 11 years ago

Add screen tags around userinput test commands and remap userinput for test commands as remap="test".

  • Property mode set to 100644
File size: 2.4 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
[e5ca6b9d]8<sect1 id="ch-system-kmod" role="wrap">
9 <?dbhtml filename="kmod-64bit.html"?>
[3f8be484]10
[e5ca6b9d]11 <title>Kmod-&kmod-version; 64 Bit</title>
[3f8be484]12
[e5ca6b9d]13 <indexterm zone="ch-system-kmod">
14 <primary sortas="a-Kmod">Kmod</primary>
[3f8be484]15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]18 href="../common/kmod.xml"
[566db8e]19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
[e5ca6b9d]22 <title>Installation of Kmod</title>
[3f8be484]23
[8ac1263]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]25 href="../common/kmod.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
[8ac1263]27
[e5ca6b9d]28<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \
29 ./configure --prefix=/usr \
30 --bindir=/bin --sysconfdir=/etc \
31 --with-rootlibdir=/lib64 --libdir=/usr/lib64 \
[a81e2bd]32 --with-zlib --with-xz --disable-manpages</userinput></screen>
[8ac1263]33
[dabbced]34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]35 href="../common/kmod.xml"
[e0e40d3]36 xpointer="xpointer(//*[@os='c'])"/>
[c999585]37
[dabbced]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]39 href="../common/kmod.xml"
[75a2135]40 xpointer="xpointer(//*[@os='d'])"/>
[c999585]41
[dabbced]42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]43 href="../common/kmod.xml"
[e0e40d3]44 xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]45
[e5ca6b9d]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
47 href="../common/kmod.xml"
48 xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]49
[686839b]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51 href="../common/kmod.xml"
52 xpointer="xpointer(//*[@os='f2'])"/>
53
[dabbced]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]55 href="../common/kmod.xml"
[e0e40d3]56 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]57
[dabbced]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]59 href="../common/kmod.xml"
[e0e40d3]60 xpointer="xpointer(//*[@os='h'])"/>
[e5ca6b9d]61
[dabbced]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]63 href="../common/kmod.xml"
[e0e40d3]64 xpointer="xpointer(//*[@os='i'])"/>
[e5ca6b9d]65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]67 href="../common/kmod.xml"
[e0e40d3]68 xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]69
70 </sect2>
71
[dabbced]72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]73 href="../common/kmod.xml"
74 xpointer="xpointer(id('contents-kmod'))"/>
[3f8be484]75
76</sect1>
Note: See TracBrowser for help on using the repository browser.