Changes in BOOK/boot/64/eudev.xml [01b60c4:d2ecc65]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/eudev.xml
r01b60c4 rd2ecc65 13 13 <indexterm zone="ch-boot-eudev"> 14 14 <primary sortas="a-Eudev">Eudev</primary> 15 <secondary>boot</secondary>16 15 </indexterm> 17 16 18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../ ../final-system/common/eudev.xml"18 href="../common/eudev.xml" 20 19 xpointer="xpointer(//*[@role='package'])"/> 21 20 … … 24 23 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../ ../final-system/common/eudev.xml"25 href="../common/eudev.xml" 27 26 xpointer="xpointer(//*[@os='a'])"/> 28 27 29 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \ 30 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \ 31 CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \ 32 ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \ 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> 28 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \ 29 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \ 30 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \ 31 --host=${CLFS_TARGET} --disable-introspection --disable-gtk-doc-html \ 32 --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \ 33 --enable-libkmod</userinput></screen> 37 34 38 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../ ../final-system/common/eudev.xml"36 href="../common/eudev.xml" 40 37 xpointer="xpointer(//*[@os='c'])"/> 41 38 42 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../ ../final-system/common/eudev.xml"40 href="../common/eudev.xml" 44 41 xpointer="xpointer(//*[@os='d'])"/> 45 42 46 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../ ../final-system/common/eudev.xml"44 href="../common/eudev.xml" 48 45 xpointer="xpointer(//*[@os='g'])"/> 49 46 … … 53 50 54 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 55 href="../../final-system/common/eudev.xml" 52 href="../common/eudev.xml" 53 xpointer="xpointer(//*[@os='i'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../common/eudev.xml" 57 xpointer="xpointer(//*[@os='k'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/eudev.xml" 56 61 xpointer="xpointer(//*[@os='r1'])"/> 57 62 … … 60 65 xpointer="xpointer(//*[@os='r2'])"/> 61 66 62 </sect2>63 64 <sect2 role="content">65 <title/>66 67 <para>Details on this package are located in <xref68 linkend="contents-eudev" role="."/></para>69 70 67 </sect2> 71 68 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 70 href="../common/eudev.xml" 71 xpointer="xpointer(//*[@role='content'])"/> 72 72 73 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.