Changeset e94048f for BOOK/final-system/common/coreutils.xml
- Timestamp:
- Jun 28, 2006, 11:03:00 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- aaecc3ab
- Parents:
- 3b4eb18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r3b4eb18 re94048f 74 74 <para os="r">Move programs to the locations specified by the FHS:</para> 75 75 76 <screen os="s"><userinput>mv -v /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp} /bin 77 mv -v /usr/bin/{date,dd,df,echo,false,hostname,install,ln} /bin 78 mv -v /usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,sync} /bin 79 mv -v /usr/bin/{stty,test,touch,true,uname} /bin 80 mv -v /usr/bin/chroot /usr/sbin 81 ln -svf ../../bin/install /usr/bin</userinput></screen> 82 83 <para os="t">Some of the scripts in the CLFS-Bootscripts package depend on 84 <command>head</command> and <command>sleep</command>. As <filename 76 <screen os="s"><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date} /bin 77 mv -v /usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir,mknod} /bin 78 mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin 79 mv -v /usr/bin/chroot /usr/sbin</userinput></screen> 80 81 <para os="t">Other Coreutils programs are used by some of the scripts 82 in the CLFS-Bootscripts package. As <filename 85 83 class="directory">/usr</filename> may not be available during the early 86 84 stages of booting, those binaries need to be on the root partition:</para> 87 85 88 <screen os="u"><userinput>mv -v /usr/bin/{head,sleep} /bin</userinput></screen> 86 <screen os="u"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin 87 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin 88 ln -svf ../../bin/install /usr/bin</userinput></screen> 89 89 90 90 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.