diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index aa05273d1..fdcd016e0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,10 @@ First a summary, then a detailed log. +June 8th, 2005 [archaic]: Removed suggestion on where to move +/sources, and reworded the rest of the page (chapter06/revisedchroot.xml). + + June 5th, 2005 [archaic]: Added a command to prevent module-init-tools from rewriting it's man page (which relies on docbook2man). diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 00f627602..b2f1b3afe 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -15,30 +15,17 @@ exiting, use the following modified chroot command: PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login -The reason for this is that, since the programs in /tools are no longer needed, the -directory can be deleted to regain space. Before actually deleting the -directory, exit from chroot and reenter it with the above command. -Also, before removing /tools, -tar it up and store it in a safe place in case another LFS system will -be built. +The reason for this is that the programs in /tools are no longer needed. Since they are no +longer needed you can delete the /tools +directory if so desired or tar it up and keep it to build another final +system. -Removing /tools -will also remove the temporary copies of Tcl, Expect, and DejaGNU -which were used for running the toolchain tests. To use these programs -later on, they will need to be recompiled and re-installed. The -installation instructions are the same as in , apart from changing the prefix -from /tools to /usr. The BLFS book discusses a slightly -different approach to installing Tcl (see ). - -The packages and patches stored in /sources can also be moved to a more -usual location, such as /usr/src/packages. The entire directory -can also be deleted if its contents have been burned to a CD. +Removing /tools 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 +).