Changeset 7f3c3e8


Ignore:
Timestamp:
Jan 23, 2011, 11:38:49 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
dd6e32c
Parents:
b0de620
Message:

Do not move programs from /usr/bin to /bin from coreutils for the express purpose of supporting the bootscripts.

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    rb0de620 r7f3c3e8  
    8888mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin
    8989mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
    90 
    91     <para os="v">Other Coreutils programs are used by some of the scripts
    92     in the CLFS-Bootscripts package. As <filename
    93     class="directory">/usr</filename> may not be available during the early
    94     stages of booting, those binaries need to be on the root partition:</para>
    95 
    96 <screen os="w"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin
    97 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin
    98 ln -svf ../../bin/install /usr/bin</userinput></screen>
    9990
    10091  </sect2>
  • BOOK/final-system/multilib/coreutils.xml

    rb0de620 r7f3c3e8  
    106106    xpointer="xpointer(//*[@os='u'])"/>
    107107
    108     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    109     href="../common/coreutils.xml"
    110     xpointer="xpointer(//*[@os='v'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    113     href="../common/coreutils.xml"
    114     xpointer="xpointer(//*[@os='w'])"/>
    115 
    116108  </sect2>
    117109
Note: See TracChangeset for help on using the changeset viewer.