Changeset c140ee2 for BOOK/boot/common


Ignore:
Timestamp:
Sep 6, 2012, 7:27:36 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f856ab0
Parents:
8150908
Message:

Boot section updates. Add shadow to boot section. Fix pure64 books for lib64 to lib issues.

Location:
BOOK/boot/common
Files:
1 added
4 edited

Legend:

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

    r8150908 rc140ee2  
    2222ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
    2323ln -sv bash ${CLFS}/bin/sh
    24 ln -sv ${CLFS}/run ${CLFS}/var/run</userinput></screen>
     24ln -sv ../run ${CLFS}/var/run</userinput></screen>
    2525
    2626</sect1>
  • BOOK/boot/common/kmod.xml

    r8150908 rc140ee2  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" \
    30     liblzma_LIBS="-L/tools/lib -llzma" zlib_CFLAGS="-I/tools/include" \
    31     zlib_LIBS="-L/tools/lib -lz" ./configure --prefix=/tools --bindir=/bin \
    32     --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    33     --with-xz --with-zlib</userinput></screen>
     29<screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \
     30    --with-rootlibdir=/tools/lib --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3431
    3532    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/udev.xml

    r8150908 rc140ee2  
    3434        --with-rootprefix=$CLFS --bindir=/sbin \
    3535        --sysconfdir=/etc --libexecdir=/lib \
    36         --disable-introspection \
    37         --with-usb-ids-path=no --with-pci-ids-path=no \
     36        --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \
    3837        --disable-gtk-doc-html --disable-gudev \
    3938        --disable-keymap --disable-logging</userinput></screen>
  • BOOK/boot/common/util-linux.xml

    r8150908 rc140ee2  
    3838  ./configure --prefix=/tools --exec-prefix=/tools \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    40     --enable-login-utils --disable-makeinstall-chown\
    41     --config-cache</userinput></screen>
     40    --disable-makeinstall-chown --config-cache</userinput></screen>
    4241
    4342    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.