- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r7f3c3e8 rf6575bd 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 scripts 92 in the CLFS-Bootscripts package. As <filename 93 class="directory">/usr</filename> may not be available during the early 94 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} /bin 97 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin 98 ln -svf ../../bin/install /usr/bin</userinput></screen> 90 99 91 100 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.