Changes in BOOK/boot/64/eudev.xml [d2ecc65:01b60c4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/eudev.xml
rd2ecc65 r01b60c4 13 13 <indexterm zone="ch-boot-eudev"> 14 14 <primary sortas="a-Eudev">Eudev</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 17 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 18 href="../ common/eudev.xml"19 href="../../final-system/common/eudev.xml" 19 20 xpointer="xpointer(//*[@role='package'])"/> 20 21 … … 23 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../ common/eudev.xml"26 href="../../final-system/common/eudev.xml" 26 27 xpointer="xpointer(//*[@os='a'])"/> 27 28 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> 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> 34 37 35 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../ common/eudev.xml"39 href="../../final-system/common/eudev.xml" 37 40 xpointer="xpointer(//*[@os='c'])"/> 38 41 39 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../ common/eudev.xml"43 href="../../final-system/common/eudev.xml" 41 44 xpointer="xpointer(//*[@os='d'])"/> 42 45 43 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../ common/eudev.xml"47 href="../../final-system/common/eudev.xml" 45 48 xpointer="xpointer(//*[@os='g'])"/> 46 49 … … 50 53 51 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 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" 55 href="../../final-system/common/eudev.xml" 61 56 xpointer="xpointer(//*[@os='r1'])"/> 62 57 … … 65 60 xpointer="xpointer(//*[@os='r2'])"/> 66 61 62 </sect2> 63 64 <sect2 role="content"> 65 <title/> 66 67 <para>Details on this package are located in <xref 68 linkend="contents-eudev" role="."/></para> 69 67 70 </sect2> 68 71 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"70 href="../common/eudev.xml"71 xpointer="xpointer(//*[@role='content'])"/>72 73 72 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.