source: BOOK/boot/x86_64-64/eudev.xml@ d488899

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d488899 was dafa360, checked in by Chris Staub <chris@…>, 11 years ago

eudev not needed in final-system

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[c140ee2]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"?>
[c140ee2]10
[01b60c4]11 <title>Eudev-&eudev-version;</title>
[c140ee2]12
[01b60c4]13 <indexterm zone="ch-boot-eudev">
[b0307ef]14 <primary sortas="a-Eudev">Eudev</primary>
[c140ee2]15 <secondary>boot</secondary>
16 </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]19 href="../common/eudev.xml"
[c140ee2]20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
[b0307ef]23 <title>Installation of Eudev</title>
[c140ee2]24
25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]26 href="../common/eudev.xml"
[c140ee2]27 xpointer="xpointer(//*[@os='a'])"/>
28
[b0307ef]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" \
[678fb42]31CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib:/lib" \
32 ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
[b0307ef]33 --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
[cc056b6]34 --libexecdir=/lib --bindir=/sbin --sbindir=/sbin --libdir=/lib \
35 --disable-introspection --disable-gtk-doc-html --disable-gudev \
36 --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
[c140ee2]37
38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]39 href="../common/eudev.xml"
[c140ee2]40 xpointer="xpointer(//*[@os='c'])"/>
41
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]43 href="../common/eudev.xml"
[c140ee2]44 xpointer="xpointer(//*[@os='d'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]47 href="../common/eudev.xml"
[c140ee2]48 xpointer="xpointer(//*[@os='g'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[01b60c4]51 href="../common/eudev.xml"
[c140ee2]52 xpointer="xpointer(//*[@os='j'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dafa360]55 href="../common/eudev.xml"
[c140ee2]56 xpointer="xpointer(//*[@os='i'])"/>
57
58<screen os="j"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
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
[c140ee2]68 </sect2>
69
[dafa360]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71 href="../common/eudev.xml"
72 xpointer="xpointer(//*[@role='content'])"/>
[c140ee2]73
74</sect1>
Note: See TracBrowser for help on using the repository browser.