Author: jim
Date: 2006-06-28 13:53:41 -0600 (Wed, 28 Jun 2006)
New Revision: 1858
Modified:
/
trunk/BOOK/final-system/common/coreutils.xml
Log:
[EMAIL PROTECTED] (orig r1936): [EMAIL PROTECTED] | 2006-06-28 11:03:00 -0700
Changed coreutils instructions to better differentiate between FHS
requirements and CLFS needs
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1935
+ b6734a72-470d-0410-b049-f317dca95413:/:1936
Modified: trunk/BOOK/final-system/common/coreutils.xml
===================================================================
--- trunk/BOOK/final-system/common/coreutils.xml 2006-06-28 19:53:33 UTC
(rev 1857)
+++ trunk/BOOK/final-system/common/coreutils.xml 2006-06-28 19:53:41 UTC
(rev 1858)
@@ -73,19 +73,19 @@
<para os="r">Move programs to the locations specified by the FHS:</para>
-<screen os="s"><userinput>mv -v /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp}
/bin
-mv -v /usr/bin/{date,dd,df,echo,false,hostname,install,ln} /bin
-mv -v /usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,sync} /bin
-mv -v /usr/bin/{stty,test,touch,true,uname} /bin
-mv -v /usr/bin/chroot /usr/sbin
-ln -svf ../../bin/install /usr/bin</userinput></screen>
+<screen os="s"><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date} /bin
+mv -v /usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir,mknod} /bin
+mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin
+mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
- <para os="t">Some of the scripts in the CLFS-Bootscripts package depend on
- <command>head</command> and <command>sleep</command>. As <filename
+ <para os="t">Other Coreutils programs are used by some of the scripts
+ in the CLFS-Bootscripts package. As <filename
class="directory">/usr</filename> may not be available during the early
stages of booting, those binaries need to be on the root partition:</para>
-<screen os="u"><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen>
+<screen os="u"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin
+mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin
+ln -svf ../../bin/install /usr/bin</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page