diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chroot.xml | 4 | ||||
-rw-r--r-- | chapter06/gzip-inst.xml | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index f03414c60..0bcfbff3b 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -7,7 +7,7 @@ <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> -<para>The gzexe program has the location of the gzip binary hardcoded into +<para>The gzexe program has the location of the gzip binary hard-wired into it. Because we later change the location of this binary, the following command will place the new location into the gzexe binary.</para> |