diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 344bb1091..deff44988 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -67,6 +67,13 @@ <screen><userinput>make install</userinput></screen> + <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> + +<screen><userinput>mv -v /usr/bin/find /bin</userinput></screen> + </sect2> <sect2 id="contents-findutils" role="content"> |