Changeset f358cc50


Ignore:
Timestamp:
Jun 28, 2006, 11:03:00 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
e8506ae6
Parents:
4231dac
Message:

Changed coreutils instructions to better differentiate between FHS requirements and CLFS needs

File:
1 edited

Legend:

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

    r4231dac rf358cc50  
    7474    <para os="r">Move programs to the locations specified by the FHS:</para>
    7575
    76 <screen os="s"><userinput>mv -v /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp} /bin
    77 mv -v /usr/bin/{date,dd,df,echo,false,hostname,install,ln} /bin
    78 mv -v /usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,sync} /bin
    79 mv -v /usr/bin/{stty,test,touch,true,uname} /bin
    80 mv -v /usr/bin/chroot /usr/sbin
    81 ln -svf ../../bin/install /usr/bin</userinput></screen>
    82 
    83     <para os="t">Some of the scripts in the CLFS-Bootscripts package depend on
    84     <command>head</command> and <command>sleep</command>. As <filename
     76<screen os="s"><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date} /bin
     77mv -v /usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir,mknod} /bin
     78mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin
     79mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
     80
     81    <para os="t">Other Coreutils programs are used by some of the scripts
     82    in the CLFS-Bootscripts package. As <filename
    8583    class="directory">/usr</filename> may not be available during the early
    8684    stages of booting, those binaries need to be on the root partition:</para>
    8785
    88 <screen os="u"><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen>
     86<screen os="u"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin
     87mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin
     88ln -svf ../../bin/install /usr/bin</userinput></screen>
    8989
    9090  </sect2>
Note: See TracChangeset for help on using the changeset viewer.