diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-05 08:56:39 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-05 08:56:39 +0000 |
commit | 4e629074ec07d0f8f4de48abd277e84f4d3188cc (patch) | |
tree | 25229e07bfc9e9819e08c3ddf8b0da234e92ef5b /chapter06/chroot.xml | |
parent | ec0ce9caba2e3923f8e7f81d3d766dc2b78be852 (diff) |
Miscellaneous fixes from the list. Thanks Bruce.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 71df04e4c..4a1fb5d1c 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -8,8 +8,8 @@ the packages we need. Before you can chroot, however, you need to become 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 +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> |