Ignore:
Timestamp:
10/19/2005 09:52:55 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
8be85e4
Parents:
1d09f12
Message:

Ported several typos and redaction fixes from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    r1d09f12 re925d78a  
    8181<screen><userinput>make install</userinput></screen>
    8282
    83 <para>Move programs to the proper locations:</para>
    84 
    85 <screen><userinput>mv -v /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
    86 mv -v /usr/bin/{date,echo,false,head,hostname,install,ln} /bin
    87 mv -v /usr/bin/{ls,mkdir,mknod,mv,pwd,rm,rmdir,sync} /bin
    88 mv -v /usr/bin/{sleep,stty,test,touch,true,uname} /bin
     83<para>Move programs to the locations specified by the FHS:</para>
     84
     85<screen><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
     86mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
     87mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
    8988mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
    9089
    91 <para>Finally, create a symlink to be FHS-compliant:</para>
    92 
    93 <screen><userinput>ln -sv ../../bin/install /usr/bin</userinput></screen>
     90<para>Some of the scripts in the LFS-Bootscripts package depend on
     91<command>head</command> and <command>sleep</command>.  As
     92<filename class="directory">/usr</filename> may not be available during the
     93early stages of booting, those binaries need to be on the root partition:</para>
     94
     95<screen><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen>
    9496
    9597</sect2>
Note: See TracChangeset for help on using the changeset viewer.