- Timestamp:
- Jul 16, 2006, 6:22:51 PM (18 years ago)
- Branches:
- master
- Children:
- 77503af
- Parents:
- 163e64e
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/findutils.xml
r163e64e r72d4eec 59 59 in the CLFS-Bootscripts package. As <filename 60 60 class="directory">/usr</filename> may not be available during the early 61 stages of booting, those binaries need to be on the root partition:</para> 61 stages of booting, the <command>find</command> binary need to be on 62 the root partition:</para> 62 63 63 64 <screen os="i"><userinput>mv -v ${CLFS}/usr/bin/find ${CLFS}/bin/find</userinput></screen> 65 66 <para os="j">The <command>updatedb</command> script needs to be modified 67 to point to the new location for <command>find</command>:</para> 68 69 <screen os="k"><userinput>cp ${CLFS}/usr/bin/updatedb{,.orig} 70 sed 's@find:=${BINDIR}@find:=/bin@' /usr/bin/updatedb.orig > /usr/bin/updatedb 71 rm /usr/bin/updatedb.orig</userinput></screen> 64 72 65 73 </sect2> -
BOOK/introduction/common/changelog.xml
r163e64e r72d4eec 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[name] - New changelog entry.</para> 43 <para>[jciccone] - Added a sed to fix updatedb due to the new 44 location of find.</para> 44 45 </listitem> 45 46 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.