- Timestamp:
- Jan 23, 2011, 11:38:49 AM (14 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- dd6e32c
- Parents:
- b0de620
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rb0de620 r7f3c3e8 88 88 mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin 89 89 mv -v /usr/bin/chroot /usr/sbin</userinput></screen> 90 91 <para os="v">Other Coreutils programs are used by some of the scripts92 in the CLFS-Bootscripts package. As <filename93 class="directory">/usr</filename> may not be available during the early94 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} /bin97 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin98 ln -svf ../../bin/install /usr/bin</userinput></screen>99 90 100 91 </sect2> -
BOOK/final-system/multilib/coreutils.xml
rb0de620 r7f3c3e8 106 106 xpointer="xpointer(//*[@os='u'])"/> 107 107 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 116 108 </sect2> 117 109
Note:
See TracChangeset
for help on using the changeset viewer.