Ignore:
File:
1 edited

Legend:

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

    r5dcf5b3a r686839b  
    5858
    5959<screen os="h"><userinput>make install</userinput></screen>
     60
     61    <para os="i">The <command>find</command> program is used by some of the scripts
     62    in the CLFS-Bootscripts package. As <filename
     63    class="directory">/usr</filename> may not be available during the early
     64    stages of booting, the <command>find</command> binary needs to be on
     65    the root partition:</para>
     66
     67<screen os="j"><userinput>mv -v /usr/bin/find /bin</userinput></screen>
     68
     69    <para os="k">The <command>updatedb</command> script needs to be modified
     70    to point to the new location for <command>find</command>:</para>
     71
     72<screen os="l"><userinput>sed -i 's@find:=${BINDIR}@find:=/bin@' /usr/bin/updatedb</userinput></screen>
    6073
    6174  </sect2>
Note: See TracChangeset for help on using the changeset viewer.