Ignore:
File:
1 edited

Legend:

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

    rd629393 r686839b  
    3838  ./configure --prefix=/usr \
    3939    --enable-no-install-program=kill,uptime \
    40     --enable-install-program=hostname --libexecdir=/usr/lib</userinput></screen>
     40    --enable-install-program=hostname</userinput></screen>
    4141   
    4242    <variablelist os="d1">
     
    9696mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin
    9797mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
     98
     99    <para os="t">Other Coreutils programs are used by some of the scripts
     100    in the CLFS-Bootscripts package. As <filename
     101    class="directory">/usr</filename> may not be available during the early
     102    stages of booting, those binaries need to be on the root partition:</para>
     103
     104<screen os="u"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin
     105mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin
     106ln -svf ../../bin/install /usr/bin</userinput></screen>
    98107
    99108  </sect2>
Note: See TracChangeset for help on using the changeset viewer.