diff options
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 6 |
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> |