diff options
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\$ ' \ |