diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-16 01:02:39 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-16 01:02:39 +0000 |
commit | 821f799640e4769281103a44dcf963593230dbaf (patch) | |
tree | a1bb07b7d6439835a00994e3763d1ff4ccbe0001 /chapter06/revisedchroot.xml | |
parent | 1fb160c30c52f09a10133eedf5d9b9bb24c122f6 (diff) |
Chapter 9: Reworked final strip command. Relocated paragraphs about directory removal from Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 0c0f03cff..d824c2d17 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -10,18 +10,10 @@ it, you should run the following modified chroot command:</para> PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login</userinput></screen> -<para>Additionally, now that all software has been installed, there is no longer -a need for the <filename class="directory">/tools</filename> directory. You may -delete it. As this will also remove the temporary copies of Tcl, Expect and -DejaGnu, which were used for running the toolchain tests, you will need to -recompile and re-install them on your LFS system if you want to use these -programs later.</para> - -<para>Also you may now want to move the contents of -<filename class="directory">/sources</filename> to -<filename class="directory">/usr/src/packages</filename> or something similar -(or simply delete them if you've burned them on a CD) and delete the -directory.</para> +<para>The reason being there is no longer any need to use programs from the +<filename class="directory">/tools</filename> directory. However, we don't +want to remove the <filename class="directory">/tools</filename> directory +just yet. There is still some use for it towards the end of the book.</para> </sect1> |