Changeset 7f3c3e8 for BOOK/final-system/common
- 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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.