Ignore:
Timestamp:
Apr 26, 2014, 10:14:10 PM (12 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ad31767e
Parents:
9682e4d
Message:

Don't install find or psmisc binaries to /bin

File:
1 edited

Legend:

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

    r9682e4d r5dcf5b3a  
    5858
    5959<screen os="h"><userinput>make install</userinput></screen>
    60 
    61     <para os="i">The <command>find</command> program is used by Systemd. As <filename
    62     class="directory">/usr</filename> may not be available during the early
    63     stages of booting, the <command>find</command> binary needs to be on
    64     the root partition:</para>
    65 
    66 <screen os="j"><userinput>mv -v /usr/bin/find /bin</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>
    7260
    7361  </sect2>
Note: See TracChangeset for help on using the changeset viewer.