Ignore:
Timestamp:
09/28/2022 04:26:36 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5620622
Parents:
ef93b66
Message:

Cleaned up verbiage in unnumbered intro to part 3 (chapters 5 et seq).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • part3intro/introduction.xml

    ref93b66 rdd7f9df  
    1111  <title>Introduction</title>
    1212
    13   <para>This part is divided into three stages: first building a cross
    14   compiler and its associated libraries; second, use this cross toolchain
     13  <para>This part is divided into three stages: first, building a cross
     14  compiler and its associated libraries; second, using this cross toolchain
    1515  to build several utilities in a way that isolates them from the host
    16   distribution; third, enter the chroot environment, which further improves
    17   host isolation, and build the remaining tools needed to build the final
     16  distribution; and third, entering the chroot environment (which further improves
     17  host isolation) and constructing the remaining tools needed to build the final
    1818  system.</para>
    1919
    20   <important><para>With this part begins the real work of building a new
    21   system. It requires much care in ensuring that the instructions are
    22   followed exactly as the book shows them. You should try to understand
    23   what they do, and whatever your eagerness to finish your build, you should
    24   refrain from blindly type them as shown, but rather read documentation when
     20  <important><para>This is where the real work of building a new system
     21  begins. Be very careful to follow the instructions exactly as the book
     22  shows them. You should try to understand what each command does,
     23  and no matter how eager you are to finish your build, you should
     24  refrain from blindly typing the commands as shown. Read the documentation when
    2525  there is something you do not understand. Also, keep track of your typing
    26   and of the output of commands, by sending them to a file, using the
    27   <command>tee</command> utility. This allows for better diagnosing
    28   if something gets wrong.</para></important>
     26  and of the output of commands, by using the <command>tee</command> utility
     27  to send the terminal output to a file. This makes debugging easier
     28  if something goes wrong.</para></important>
    2929
    30   <para>The next section gives a technical introduction to the build process,
    31   while the following one contains <emphasis role="strong">very
     30  <para>The next section is a technical introduction to the build process,
     31  while the following one presents <emphasis role="strong">very
    3232  important</emphasis> general instructions.</para>
    3333
Note: See TracChangeset for help on using the changeset viewer.