Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/udev.xml

    rdabbced ref09b2e  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>LIBS="-lpthread" ./configure --prefix=/usr \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --exec-prefix="" --sysconfdir=/etc \
    32     --libexecdir=/lib/udev --libdir=/usr/lib \
    33     --disable-extras --disable-introspection</userinput></screen>
     29<screen os="b"><userinput>LIBS="-lpthread" \
     30    BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib -lblkid" \
     31    KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib -lkmod" \
     32    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --with-rootprefix=$CLFS --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \
     34    --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \
     35    --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \
     36    --with-firmware-path=/lib/firmware</userinput></screen>
    3437
    3538    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    4750<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4851
     52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     53    href="../../final-system/common/udev.xml"
     54    xpointer="xpointer(//*[@os='i'])"/>
     55
     56<screen os="k"><userinput>install -dv ${CLFS}/lib/firmware</userinput></screen>
     57
    4958  </sect2>
    5059
Note: See TracChangeset for help on using the changeset viewer.