introduction.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-part3intro-intro">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>Introduction</title>
  10. <para>This part is divided into three stages: first building a cross
  11. compiler and its associated libraries; second, use this cross toolchain
  12. to build several utilities in a way that isolates them from the host
  13. distribution; third, enter the chroot environment, which further improves
  14. host isolation, and build the remaining tools needed to build the final
  15. system.</para>
  16. <important><para>With this part begins the real work of building a new
  17. system. It requires much care in ensuring that the instructions are
  18. followed exactly as the book shows them. You should try to understand
  19. what they do, and whatever your eagerness to finish your build, you should
  20. refrain from blindly type them as shown, but rather read documentation when
  21. there is something you do not understand. Also, keep track of your typing
  22. and of the output of commands, by sending them to a file, using the
  23. <command>tee</command> utility. This allows for better diagnosing
  24. if something gets wrong.</para></important>
  25. <para>The next section gives a technical introduction to the build process,
  26. while the following one contains <emphasis role="strong">very
  27. important</emphasis> general instructions.</para>
  28. </sect1>