- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rd629393 r686839b 38 38 ./configure --prefix=/usr \ 39 39 --enable-no-install-program=kill,uptime \ 40 --enable-install-program=hostname --libexecdir=/usr/lib</userinput></screen>40 --enable-install-program=hostname</userinput></screen> 41 41 42 42 <variablelist os="d1"> … … 96 96 mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin 97 97 mv -v /usr/bin/chroot /usr/sbin</userinput></screen> 98 99 <para os="t">Other Coreutils programs are used by some of the scripts 100 in the CLFS-Bootscripts package. As <filename 101 class="directory">/usr</filename> may not be available during the early 102 stages of booting, those binaries need to be on the root partition:</para> 103 104 <screen os="u"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin 105 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin 106 ln -svf ../../bin/install /usr/bin</userinput></screen> 98 107 99 108 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.