Author: jim
Date: 2006-07-16 13:45:22 -0600 (Sun, 16 Jul 2006)
New Revision: 2020
Modified:
/
trunk/BOOK/final-system/common/findutils.xml
trunk/BOOK/final-system/multilib/findutils.xml
trunk/BOOK/introduction/common/changelog.xml
Log:
[EMAIL PROTECTED] (orig r2141): [EMAIL PROTECTED] | 2006-07-16 09:47:15 -0700
Added sed command to fix updatedb
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2140
+ b6734a72-470d-0410-b049-f317dca95413:/:2141
Modified: trunk/BOOK/final-system/common/findutils.xml
===================================================================
--- trunk/BOOK/final-system/common/findutils.xml 2006-07-16 19:45:10 UTC
(rev 2019)
+++ trunk/BOOK/final-system/common/findutils.xml 2006-07-16 19:45:22 UTC
(rev 2020)
@@ -60,10 +60,16 @@
<para os="i">Find from Findutils is used by some of the scripts
in the CLFS-Bootscripts package. As <filename
class="directory">/usr</filename> may not be available during the early
- stages of booting, those binaries need to be on the root partition:</para>
+ stages of booting, the <command>find</command> binary needs to be on
+ the root partition:</para>
<screen os="j"><userinput>mv -v /usr/bin/find /bin/find</userinput></screen>
+ <para os="k">The <command>updatedb</command> script needs to be modified
+ to point to the new location for <command>find</command>:</para>
+
+<screen os="l"><userinput>sed -i '[EMAIL PROTECTED]:[EMAIL PROTECTED]:=/bin@'
/usr/bin/updatedb</userinput></screen>
+
</sect2>
<sect2 id="contents-findutils" role="content">
Modified: trunk/BOOK/final-system/multilib/findutils.xml
===================================================================
--- trunk/BOOK/final-system/multilib/findutils.xml 2006-07-16 19:45:10 UTC
(rev 2019)
+++ trunk/BOOK/final-system/multilib/findutils.xml 2006-07-16 19:45:22 UTC
(rev 2020)
@@ -70,6 +70,14 @@
href="../common/findutils.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/findutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'k'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/findutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
+
</sect2>
<sect2 id="contents-findutils" role="content">
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-07-16 19:45:10 UTC
(rev 2019)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-07-16 19:45:22 UTC
(rev 2020)
@@ -43,6 +43,10 @@
<para>[Chris] - Removed unneeded chown and chmod commands from
final-system linux-headers installation.</para>
</listitem>
+ <listitem>
+ <para>[Chris] - Added a sed command to fix updatedb due to the new
+ location for the find program.</para>
+ </listitem>
</itemizedlist>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page