Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/eudev.xml

    rd67421a r01b60c4  
    1313  <indexterm zone="ch-boot-eudev">
    1414    <primary sortas="a-Eudev">Eudev</primary>
     15    <secondary>boot</secondary>
    1516  </indexterm>
    1617
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    18   href="../common/eudev.xml"
     19  href="../../final-system/common/eudev.xml"
    1920  xpointer="xpointer(//*[@role='package'])"/>
    2021
     
    2324
    2425    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="../common/eudev.xml"
     26    href="../../final-system/common/eudev.xml"
    2627    xpointer="xpointer(//*[@os='a'])"/>
    2728
    2829<screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
    29     KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
    30     CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
    31     --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \
    32     --disable-introspection --disable-gtk-doc-html --disable-gudev \
    33     --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
     30KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
     31CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
     32    ./configure --prefix=/usr --build=${CLFS_HOST} \
     33    --host=${CLFS_TARGET} --with-rootprefix='' --enable-split-usr \
     34    --sysconfdir=/etc --libexecdir=/lib64 --bindir=/sbin --sbindir=/sbin \
     35    --libdir=/usr/lib64 --with-rootlibdir=/lib64 --disable-introspection \
     36    --disable-gtk-doc-html --disable-gudev --disable-keymap \
     37    --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
    3438
    3539    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    36     href="../common/eudev.xml"
     40    href="../../final-system/common/eudev.xml"
    3741    xpointer="xpointer(//*[@os='c'])"/>
    3842
    3943    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    40     href="../common/eudev.xml"
     44    href="../../final-system/common/eudev.xml"
    4145    xpointer="xpointer(//*[@os='d'])"/>
    4246
    4347    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44     href="../common/eudev.xml"
     48    href="../../final-system/common/eudev.xml"
    4549    xpointer="xpointer(//*[@os='g'])"/>
    4650
     
    5054
    5155    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="../common/eudev.xml"
     56    href="../../final-system/common/eudev.xml"
    5357    xpointer="xpointer(//*[@os='r1'])"/>
    5458
     
    5963  </sect2>
    6064
    61   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62   href="../common/eudev.xml"
    63   xpointer="xpointer(//*[@role='content'])"/>
     65  <sect2 role="content">
     66    <title/>
     67
     68    <para>Details on this package are located in <xref
     69    linkend="contents-eudev" role="."/></para>
     70
     71  </sect2>
    6472
    6573</sect1>
Note: See TracChangeset for help on using the changeset viewer.