diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-05 22:16:21 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-05 22:16:21 +0000 |
commit | 91e8861fd11e229eb146731ec5626b23cdd45b67 (patch) | |
tree | 8f8eafaf9467d08874e697dd40d656a0f6cae361 /chapter06/chapter06.xml | |
parent | dcff0464e8bc95ae211aef1f6aefe57dfade125d (diff) |
Oops. Forgot to change the actual mount commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chapter06.xml')
-rw-r--r-- | chapter06/chapter06.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 44ec75c9e..53073c013 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -67,15 +67,9 @@ with a series of short descriptions of these.</para> <?dbhtml filename="chroot.html" dir="chapter06"?> <para>It is time to enter the chroot environment in order to begin building -and installing your final LFS system.</para> - -<para>First check, just like earlier, that the LFS environment variable is set -up properly by running <userinput>echo $LFS</userinput> and making sure 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>As <emphasis>root</emphasis>, run the following command to enter the -chroot environment:</para> +and installing your final LFS system. Still as <emphasis>root</emphasis> run +the following command to enter the small world that is, at the moment, +populated with only the temporary tools:</para> <screen><userinput>chroot $LFS /tools/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ |