Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/how.xml

    rf708a50 r09e57725  
    1212
    1313  <para>The CLFS system will be built by using a previously installed
    14   Unix system or Linux distribution (such as Debian, Fedora, openSUSE,
     14  Unix system or Linux distribution (such as Debian, Fedora, Mandriva, SUSE,
    1515  or Ubuntu). This existing system (the host) will be used as a starting
    1616  point to provide necessary programs, including a compiler, linker, and shell,
     
    4848
    4949  <para>The process of building cross-compile tools first involves building and
    50   installing all the necessary tools to create a build system for the target
     50  installing all the necessary tools to create a build system for the target 
    5151  machine. With these cross-compiled tools, we eliminate any
    5252  dependencies on the toolchain from our host distro.</para>
    5353
    5454  <para>After we build our <quote>Cross-Tools</quote>, we start building
    55   a very minimal working system in
    56   <filename class="directory">/tools</filename>. This minimal system will be
    57   built using the cross-toolchain in
    58   <filename class="directory">/cross-tools</filename>.</para>
     55  a very minimal working system in /tools. This minimal system will be built
     56  using the cross-toolchain in /cross-tools.</para>
    5957
    6058  <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is
     
    7674  support the target machine. Booting involves installing a few
    7775  additional packages that are needed for bootup, installing
    78   boot-scripts, and building a miminal kernel.<!-- We also describe some
    79   alternative booting methods in <xref linkend="ch-boot-whatnext"/> --></para>
     76  bootscripts, and building a miminal kernel. We also describe some
     77  alternative booting methods in <xref linkend="ch-boot-whatnext"/></para>
    8078
    8179  <para>To finish the installation, several configuration files are created in
    82   <xref linkend="chapter-system-config"/>, and the kernel and boot loader are set
     80  <xref linkend="chapter-bootscripts"/>, and the kernel and boot loader are set
    8381  up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/>
    8482  contains information on furthering the CLFS experience beyond this book.
Note: See TracChangeset for help on using the changeset viewer.