Changeset 73ace20 for BOOK/chroot/common


Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (14 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/chroot/common
Files:
3 edited

Legend:

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

    r0cce40d r73ace20  
    1919ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
    2020ln -sv /tools/lib/libstd* /usr/lib
    21 ln -sv bash /bin/sh</userinput></screen>
     21ln -sv bash /bin/sh
     22ln -sv /run /var/run</userinput></screen>
    2223
    2324</sect1>
  • BOOK/chroot/common/creatingdirs.xml

    r0cce40d r73ace20  
    1616
    1717<screen os="b"><userinput>mkdir -pv /{bin,boot,dev,{etc/,}opt,home,lib,mnt}
    18 mkdir -pv /{proc,media/{floppy,cdrom},sbin,srv,sys}
    19 mkdir -pv /var/{lock,log,mail,run,spool}
     18mkdir -pv /{proc,media/{floppy,cdrom},run/{,shm},sbin,srv,sys}
     19mkdir -pv /var/{lock,log,mail,spool}
    2020mkdir -pv /var/{opt,cache,lib/{misc,locate},local}
    2121install -dv -m 0750 /root
  • BOOK/chroot/common/util-linux.xml

    r0cce40d r73ace20  
    2323    <title>Installation of Util-linux</title>
    2424
     25    <para os="f1">Util-linux cannot test for scanf type modifiers when cross compiling
     26      and stops. We can issue the following to instruct it to use the one
     27      we've compiled.</para>
     28   
     29    <screen os="f2"><userinput>echo "scanf_cv_type_modifier=as" > config.cache</userinput></screen>
     30
    2531    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2632    href="../../final-system/common/util-linux.xml"
     
    2935<screen os="b"><userinput>./configure --prefix=/tools \
    3036    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-makeinstall-chown</userinput></screen>
     37    --disable-makeinstall-chown --config-cache</userinput></screen>
    3238
    3339    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.