source: BOOK/boot/64/eudev.xml@ 79536fe

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 79536fe was 90e8c97, checked in by Chris Staub <chris@…>, 10 years ago

Install eudev in /tools

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[024101f]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
[01b60c4]8<sect1 id="ch-boot-eudev" role="wrap">
9 <?dbhtml filename="eudev.html"?>
[024101f]10
[01b60c4]11 <title>Eudev-&eudev-version;</title>
[024101f]12
[01b60c4]13 <indexterm zone="ch-boot-eudev">
[b0307ef]14 <primary sortas="a-Eudev">Eudev</primary>
[024101f]15 <secondary>boot</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]19 href="../common/eudev.xml"
[024101f]20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
[b0307ef]23 <title>Installation of Eudev</title>
[024101f]24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]26 href="../common/eudev.xml"
[024101f]27 xpointer="xpointer(//*[@os='a'])"/>
28
[473d4fe]29<screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
30KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
31CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib:/lib" \
[90e8c97]32 ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
[cc056b6]33 --disable-introspection --disable-gtk-doc-html --disable-gudev \
34 --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
[024101f]35
[dabbced]36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]37 href="../common/eudev.xml"
[1da2a84]38 xpointer="xpointer(//*[@os='c'])"/>
39
[dabbced]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]41 href="../common/eudev.xml"
[1da2a84]42 xpointer="xpointer(//*[@os='d'])"/>
43
[dabbced]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]45 href="../common/eudev.xml"
[024101f]46 xpointer="xpointer(//*[@os='g'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]49 href="../common/eudev.xml"
[e03aa52]50 xpointer="xpointer(//*[@os='j'])"/>
[1da2a84]51
[473d4fe]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
53 href="../common/eudev.xml"
54 xpointer="xpointer(//*[@os='i'])"/>
55
56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../common/eudev.xml"
58 xpointer="xpointer(//*[@os='k'])"/>
59
[dcbb278]60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]61 href="../common/eudev.xml"
[dcbb278]62 xpointer="xpointer(//*[@os='r1'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]65 href="../common/eudev.xml"
[dcbb278]66 xpointer="xpointer(//*[@os='r2'])"/>
67
[473d4fe]68 </sect2>
[024101f]69
[dafa360]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71 href="../common/eudev.xml"
72 xpointer="xpointer(//*[@role='content'])"/>
[024101f]73
74</sect1>
Note: See TracBrowser for help on using the repository browser.