revisedchroot.xml 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-revisedchroot">
  7. <title>Cleaning Up</title>
  8. <?dbhtml filename="revisedchroot.html"?>
  9. <para>From now on, when reentering the chroot environment after
  10. exiting, use the following modified chroot command:</para>
  11. <screen><userinput>chroot "$LFS" /usr/bin/env -i \
  12. HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
  13. PATH=/bin:/usr/bin:/sbin:/usr/sbin \
  14. /bin/bash --login</userinput></screen>
  15. <para>The reason for this is that the programs in <filename
  16. class="directory">/tools</filename> are no longer needed. Since they are no
  17. longer needed you can delete the <filename class="directory">/tools</filename>
  18. directory if so desired or tar it up and keep it to build another final
  19. system.</para>
  20. <note><para>Removing <filename class="directory">/tools</filename> will also
  21. remove the temporary copies of Tcl, Expect, and DejaGNU which were used for
  22. running the toolchain tests. If you need these programs later on, they will need
  23. to be recompiled and re-installed. The BLFS book has instructions for this (see
  24. <ulink url="&blfs-root;"/>).</para></note>
  25. </sect1>