Ignore:
Timestamp:
Apr 28, 2014, 8:56:46 PM (11 years ago)
Author:
Chris Staub <chris@…>
Parents:
5c8e74d (diff), 31cfd067 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged latest systemd branch changes

File:
1 edited

Legend:

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

    r5c8e74d r350ab24  
    1212
    1313  <para>The CLFS system will be built by using a previously installed
    14   Unix system or Linux distribution (such as Debian, Fedora, Mandriva, SUSE,
     14  Unix system or Linux distribution (such as Debian, Fedora, openSUSE,
    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 /tools. This minimal system will be built
    56   using the cross-toolchain in /cross-tools.</para>
     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>
    5759
    5860  <para>In <xref linkend="chapter-building-system"/>, the full CLFS system is
     
    7476  support the target machine. Booting involves installing a few
    7577  additional packages that are needed for bootup, installing
    76   bootscripts, and building a miminal kernel. We also describe some
    77   alternative booting methods in <xref linkend="ch-boot-whatnext"/></para>
     78  boot-scripts, and building a miminal kernel.<!-- We also describe some
     79  alternative booting methods in <xref linkend="ch-boot-whatnext"/> --></para>
    7880
    7981  <para>To finish the installation, several configuration files are created in
    80   <xref linkend="chapter-bootscripts"/>, and the kernel and boot loader are set
     82  <xref linkend="chapter-system-config"/>, and the kernel and boot loader are set
    8183  up in <xref linkend="chapter-bootable"/>. <xref linkend="chapter-finalizing"/>
    8284  contains information on furthering the CLFS experience beyond this book.
Note: See TracChangeset for help on using the changeset viewer.