diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:23 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:23 +0000 |
commit | 8f752242daade0f5a6ef94e7bcf7b7f082f2837e (patch) | |
tree | ccc771e9f2152f3170cddd484bc465879fb1e81c /chapter06/revisedchroot.xml | |
parent | e3a72b120b009457a21026ca959c4492c9a92140 (diff) |
Putting tarballs and patches in $LFS/sources.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index 60f65bb8e..0c0f03cff 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -3,19 +3,25 @@ <?dbhtml filename="revisedchroot.html" dir="chapter06"?> <para>From now on when you exit the chroot environment and wish to re-enter -it, you should run the following modified chroot command.</para> - -<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. This will also remove the temporary copies of Tcl, Expect and -DejaGnu, which were used for running tests on the software as it was built. If -you want to use these programs later, you will need to compile and install them -on your new LFS system.</para> +it, you should run the following modified chroot command:</para> <screen><userinput>chroot $LFS /usr/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ 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> + </sect1> |