Changeset 807f5e5


Ignore:
Timestamp:
Jul 16, 2006, 9:47:15 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bda4ad3
Parents:
ed0fac0
Message:

Added sed command to fix updatedb

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/findutils.xml

    red0fac0 r807f5e5  
    6161    in the CLFS-Bootscripts package. As <filename
    6262    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>
    6465
    6566<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>
    6672
    6773  </sect2>
  • BOOK/final-system/multilib/findutils.xml

    red0fac0 r807f5e5  
    7070    href="../common/findutils.xml"
    7171    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'])"/>
    7280
    7381  </sect2>
  • BOOK/introduction/common/changelog.xml

    red0fac0 r807f5e5  
    4444          final-system linux-headers installation.</para>
    4545        </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>
    4650      </itemizedlist>
    4751    </listitem>
Note: See TracChangeset for help on using the changeset viewer.