source: BOOK/boot/64/eudev.xml @ ab628f9

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since ab628f9 was ab628f9, checked in by Chris Staub <chris@…>, 10 years ago

Put eudev back in the boot section

  • 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"
[01b60c4]19  href="../../final-system/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"
[01b60c4]26    href="../../final-system/common/eudev.xml"
[024101f]27    xpointer="xpointer(//*[@os='a'])"/>
28
[b0307ef]29<screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
30KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
[678fb42]31CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
32    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
[b0307ef]33    --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
[cc056b6]34    --libexecdir=/lib64 --bindir=/sbin --sbindir=/sbin --libdir=/lib64 \
35    --disable-introspection --disable-gtk-doc-html --disable-gudev \
36    --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
[024101f]37
[dabbced]38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]39    href="../../final-system/common/eudev.xml"
[1da2a84]40    xpointer="xpointer(//*[@os='c'])"/>
41
[dabbced]42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]43    href="../../final-system/common/eudev.xml"
[1da2a84]44    xpointer="xpointer(//*[@os='d'])"/>
45
[dabbced]46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]47    href="../../final-system/common/eudev.xml"
[024101f]48    xpointer="xpointer(//*[@os='g'])"/>
49
[dabbced]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]51    href="../common/eudev.xml"
[e03aa52]52    xpointer="xpointer(//*[@os='j'])"/>
[1da2a84]53
[dcbb278]54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]55    href="../../final-system/common/eudev.xml"
[dcbb278]56    xpointer="xpointer(//*[@os='r1'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]59    href="../common/eudev.xml"
[dcbb278]60    xpointer="xpointer(//*[@os='r2'])"/>
61
[679a675]62 </sect2>
[024101f]63
[ab628f9]64<!--  <sect2 role="content">
[024101f]65    <title/>
66
67    <para>Details on this package are located in <xref
[01b60c4]68    linkend="contents-eudev" role="."/></para>
[024101f]69
[ab628f9]70  </sect2> -->
[024101f]71
72</sect1>
Note: See TracBrowser for help on using the repository browser.