Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/coreutils.xml


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r89c10a9 r586feb7  
    4040
    4141<screen os="d"><userinput>./configure --prefix=/usr --cache-file=config.cache \
    42    --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
     42   --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4343
    4444    <para os="e">Compile the package:</para>
     
    4848    <para os="g">Install the package:</para>
    4949
    50 <screen os="h"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     50<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5151
    5252    <para os="i">Move programs to the locations specified by the FHS:</para>
    5353
    54 <screen os="j"><userinput>mv -v ${LFS}/usr/bin/{[,basename,cat,chgrp,chmod,chown,cp} ${LFS}/bin
    55 mv -v ${LFS}/usr/bin/{date,dd,df,echo,false,hostname,install,ln} ${LFS}/bin
    56 mv -v ${LFS}/usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,sync} ${LFS}/bin
    57 mv -v ${LFS}/usr/bin/{stty,test,touch,true,uname} ${LFS}/bin
    58 mv -v ${LFS}/usr/bin/chroot ${LFS}/usr/sbin
    59 ln -svf ../../bin/install ${LFS}/usr/bin</userinput></screen>
    60 
    61     <para os="k">Some of the scripts in the LFS-Bootscripts package depend on
    62     <command>head</command> and <command>sleep</command>. As <filename
     54<screen os="j"><userinput>mv -v ${CLFS}/usr/bin/{cat,chgrp,chmod,chown,cp,date} ${CLFS}/bin
     55mv -v ${CLFS}/usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir,mknod} ${CLFS}/bin
     56mv -v ${CLFS}/usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin
     57mv -v ${CLFS}/usr/bin/chroot ${CLFS}/usr/sbin</userinput></screen>
     58
     59    <para os="k">Other Coreutils programs are used by some of the scripts
     60    in the CLFS-Bootscripts pacakge. As <filename
    6361    class="directory">/usr</filename> may not be available during the early
    6462    stages of booting, those binaries need to be on the root partition:</para>
    6563
    66 <screen os="l"><userinput>mv -v ${LFS}/usr/bin/{head,sleep} ${LFS}/bin</userinput></screen>
     64<screen os="l"><userinput>mv -v ${CLFS}/usr/bin/{[,basename,head,install,nice} ${CLFS}/bin
     65mv -v ${CLFS}/usr/bin/{readlink,sleep,sync,test,touch} ${CLFS}/bin
     66ln -svf ../../bin/install ${CLFS}/usr/bin</userinput></screen>
    6767
    6868  </sect2>
Note: See TracChangeset for help on using the changeset viewer.