aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-12-03 20:36:44 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-12-03 20:36:44 +0000
commit7fcde5cf672e4906c167a6bd4698da707ec762ae (patch)
tree9a22c8bc7ccc4f798d61accfb262e2b347a4680d /chapter06/chroot.xml
parente2b98bbb2ddf93108263c2d901fa29ea5fdd2fe9 (diff)
reworded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r--chapter06/chroot.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index ad297a215..590baa491 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -27,7 +27,8 @@ such as CFLAGS or CXXFLAGS, this is a good place to set them again.</para>
<para>From this point on there's no need anymore to use the LFS variable,
because everything you do will be restricted to the LFS file system -- since
what the shell thinks is <filename class="directory">/</filename> is actually
-<filename class="directory">/mnt/lfs</filename>.</para>
+the value of <filename class="directory">$LFS</filename>, which was passed to
+the chroot command.</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.