aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r--chapter06/chroot.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index b7f0d5a72..45b2d0ebf 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -36,6 +36,12 @@ what the shell thinks is <filename class="directory">/</filename> is actually
the value of <filename class="directory">$LFS</filename>, which was passed to
the chroot command.</para>
+<para>Notice that <filename class="directory">/tools /bin</filename> comes
+last in the PATH. This means that a temporary tool will not be used any more
+as soon as its final version is installed. Well, at least when the shell
+doesn't remember the locations of executed binaries -- for this reason hashing
+is switched off a bit further on.</para>
+
<para>You have to make sure all the commands in the rest of this chapter and
in the following chapters are run from within the chroot environment.
If you ever leave this environment for any reason (rebooting for example),