Changeset d1e75ef7 for final-system/common
- Timestamp:
- Jul 16, 2006, 9:47:15 AM (18 years ago)
- Children:
- 26d26cc
- Parents:
- 493e95d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/findutils.xml
r493e95d rd1e75ef7 61 61 in the CLFS-Bootscripts package. As <filename 62 62 class="directory">/usr</filename> may not be available during the early 63 stages of booting, those binaries need to be on the root partition:</para> 63 stages of booting, the <command>find</command> binary needs to be on 64 the root partition:</para> 64 65 65 66 <screen os="j"><userinput>mv -v /usr/bin/find /bin/find</userinput></screen> 67 68 <para os="k">The <command>updatedb</command> script needs to be modified 69 to point to the new location for <command>find</command>:</para> 70 71 <screen os="l"><userinput>sed -i 's@find:=${BINDIR}@find:=/bin@' /usr/bin/updatedb</userinput></screen> 66 72 67 73 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.