|
@@ -70,9 +70,11 @@
|
|
|
<para>Some of the scripts in the LFS-Bootscripts package depend on
|
|
|
<command>find</command>. As <filename class="directory">/usr</filename>
|
|
|
may not be available during the early stages of booting, this program
|
|
|
- needs to be on the root partition:</para>
|
|
|
+ needs to be on the root partition. The <command>updatedb</command>
|
|
|
+ script also needs to correct an explicit path.</para>
|
|
|
|
|
|
-<screen><userinput>mv -v /usr/bin/find /bin</userinput></screen>
|
|
|
+<screen><userinput>mv -v /usr/bin/find /bin</userinput>
|
|
|
+sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</screen>
|
|
|
|
|
|
</sect2>
|
|
|
|