diff options
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index eb40fb7ce..882fbd3d5 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -26,18 +26,9 @@ chroot "$LFS" /usr/bin/env -i \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login</userinput></screen> - <para>The reason for this is that the programs in <filename - class="directory">/tools</filename> are no longer needed. For this reason - you can delete the <filename class="directory">/tools</filename> - directory if so desired.</para> - - <note> - <para>Removing <filename class="directory">/tools</filename> will also - remove the temporary copies of Tcl, Expect, and DejaGNU which were used - for running the toolchain tests. If you need these programs later on, - they will need to be recompiled and re-installed. The BLFS book has - instructions for this (see <ulink url="&blfs-root;"/>).</para> - </note> + <para>Here the <parameter>+h</parameter> option is not used anymore, since + all the previous programs have been replaced: hashing is therefore + possible.</para> <para>If the virtual kernel file systems have been unmounted, either manually or through a reboot, ensure that the virtual kernel file systems are mounted |