Changeset d1e75ef7
- Timestamp:
- Jul 16, 2006, 9:47:15 AM (18 years ago)
- Children:
- 26d26cc
- Parents:
- 493e95d
- Files:
-
- 3 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> -
final-system/multilib/findutils.xml
r493e95d rd1e75ef7 70 70 href="../common/findutils.xml" 71 71 xpointer="xpointer(//*[@os='j'])"/> 72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../common/findutils.xml" 75 xpointer="xpointer(//*[@os='k'])"/> 76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 href="../common/findutils.xml" 79 xpointer="xpointer(//*[@os='l'])"/> 72 80 73 81 </sect2> -
introduction/common/changelog.xml
r493e95d rd1e75ef7 44 44 final-system linux-headers installation.</para> 45 45 </listitem> 46 <listitem> 47 <para>[Chris] - Added a sed command to fix updatedb due to the new 48 location for the find program.</para> 49 </listitem> 46 50 </itemizedlist> 47 51 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.