aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-02 06:03:29 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-02 06:03:29 +0000
commite4df1fcaf7d8bbbd87c3a55a36a911eb3df7b0dc (patch)
tree67a27811a89bc0c5c20819d25ec737316150d0ee /chapter06/chroot.xml
parent53315193788755aae6f2be447a47e87260b5c0a0 (diff)
Add more clarifying notes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 cd45f41a3..71df04e4c 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -7,6 +7,12 @@ the packages we need. Before you can chroot, however, you need to become
<emphasis>root</emphasis>, since only <emphasis>root</emphasis>
can execute the <userinput>chroot</userinput> command.</para>
+<para>Just like earlier, ensure the LFS environment variable is set up properly
+(if you decided to make use of it) by running <userinput>echo $LFS</userinput>
+and ensuring it shows the path to your LFS partition's mount point, which is
+<filename class="directory">/mnt/lfs</filename> if you followed our
+example.</para>
+
<para>Become <emphasis>root</emphasis> and run the following command
to enter the chroot environment:</para>