Changeset 73ace20 for BOOK/boot/64


Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (13 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7b2c72
Parents:
0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

Location:
BOOK/boot/64
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/createfiles.xml

    r0cce40d r73ace20  
    1818  the next chapter after the software has been installed.</para>
    1919
    20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
     20<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
    2121ln -sv /tools/bin/file ${CLFS}/usr/bin
     22ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2223ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2324ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
    24 ln -sv bash ${CLFS}/bin/sh</userinput></screen>
     25ln -sv bash ${CLFS}/bin/sh
     26ln -sv ../run ${CLFS}/var/run</userinput></screen>
    2527
    2628  <para os="b">To enable some c++ tests in the Glibc and Binutils testsuites
  • BOOK/boot/64/udev.xml

    r0cce40d r73ace20  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" ./configure --prefix=/usr \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
    32     --libdir=/usr/lib --disable-extras --disable-introspection</userinput></screen>
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \
     30    BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \
     31    KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \
     32    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libdir=/usr/lib64 \
     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>
    3337
    3438    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/64/util-linux.xml

    r0cce40d r73ace20  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux</title>
     24   
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../chroot/common/util-linux.xml"
     27    xpointer="xpointer(//*[@os='f1'])"/>
     28   
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../chroot/common/util-linux.xml"
     31    xpointer="xpointer(//*[@os='f2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3038  ./configure --prefix=/tools --exec-prefix=/tools \
    3139    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --enable-login-utils --disable-makeinstall-chown</userinput></screen>
     40    --disable-makeinstall-chown --config-cache</userinput></screen>
    3341
    3442    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.