diff options
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 80a27709f..d02c94e40 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -37,12 +37,12 @@ restricted to the LFS file system. This is because the Bash shell is told that <filename class="directory">$LFS</filename> is now the root (<filename class="directory">/</filename>) directory.</para> -<para>Notice that <filename class="directory">/tools/bin</filename> -comes last in the <envar>PATH</envar>. This means that a -temporary tool will not be used anymore as soon as its final version -is installed. This occurs when the shell does not <quote>remember</quote> the -locations of executed binaries—for this reason, hashing is switched -off by passing the <parameter>+h</parameter> option to <command>bash</command>.</para> +<para>Notice that <filename class="directory">/tools/bin</filename> comes last +in the <envar>PATH</envar>. This means that a temporary tool will no longer be +used once its final version is installed. This occurs when the shell does not +<quote>remember</quote> the locations of executed binaries—for this +reason, hashing is switched off by passing the <parameter>+h</parameter> option +to <command>bash</command>.</para> <para>It is important that all the commands throughout the remainder of this chapter and the following chapters are run from within the |