From 28618789943e48c5ddbba015caf8da5636ecb5d3 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 26 Oct 2003 22:22:59 +0000 Subject: Small retouches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chroot.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06/chroot.xml') 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 / is actually the value of $LFS, which was passed to the chroot command. +Notice that /tools /bin 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. + 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), -- cgit v1.2.3-54-g00ecf