source: BOOK/final-system/multilib/kmod-64bit.xml @ 98b3f45

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 98b3f45 was e5ca6b9d, checked in by Jonathan Norman <jon@…>, 12 years ago

Replaced Module-Init-Tools with Kmod

  • Property mode set to 100644
File size: 2.2 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 \
32        --with-zlib --with-xz</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
[dabbced]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]51    href="../common/kmod.xml"
[e0e40d3]52    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]53
[dabbced]54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]55    href="../common/kmod.xml"
[e0e40d3]56    xpointer="xpointer(//*[@os='h'])"/>
[e5ca6b9d]57   
[dabbced]58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]59    href="../common/kmod.xml"
[e0e40d3]60    xpointer="xpointer(//*[@os='i'])"/>
[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='j'])"/>
[3f8be484]65
66  </sect2>
67
[dabbced]68  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e5ca6b9d]69  href="../common/kmod.xml"
70  xpointer="xpointer(id('contents-kmod'))"/>
[3f8be484]71
72</sect1>
Note: See TracBrowser for help on using the repository browser.