Changeset f9b3685d for temp-system


Ignore:
Timestamp:
May 17, 2006, 1:18:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
850fa85d
Parents:
578b4a4d
Message:

r3559@server (orig r1624): chris | 2006-05-17 10:47:43 -0700
More text updates

Location:
temp-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp-system/common/introduction.xml

    r578b4a4d rf9b3685d  
    1313  <para>This chapter shows how to compile and install a minimal Linux
    1414  system. This system will contain just enough tools to start
    15   constructing the final LFS system in <xref
     15  constructing the final CLFS system in <xref
    1616  linkend="chapter-building-system"/> and allow a working environment
    1717  with more user convenience than a minimum environment would.</para>
    1818
    19   <para>The tools in this chapter are cross-compiled using the toolchain in /cross-tools. The files compiled in this chapter will be installed under the
     19  <para>The tools in this chapter are cross-compiled using the toolchain in
     20  /cross-tools and will be installed under the
    2021  <filename class="directory">$LFS/tools</filename> directory to keep
    2122  them separate from the files installed in <xref
    2223  linkend="chapter-building-system"/> and the host production directories.
    2324  Since the packages compiled here are temporary, we do not want them to
    24   pollute the soon-to-be LFS system.</para>
     25  pollute the soon-to-be CLFS system.</para>
    2526
    2627  <para>Check one last time that the <envar>LFS</envar> environment
     
    2930<screen><userinput>echo $LFS</userinput></screen>
    3031
    31   <para>Make sure the output shows the path to the LFS partition's mount
     32  <para>Make sure the output shows the path to the CLFS partition's mount
    3233  point, which is <filename class="directory">/mnt/lfs</filename>, using
    3334  our example.</para>
  • temp-system/common/variables.xml

    r578b4a4d rf9b3685d  
    1111  <title>Build Variables</title>
    1212
    13   <para>Setup target specific variables for the compiler
     13  <para>Setup target-specific variables for the compiler
    1414  and linkers:</para>
    1515
Note: See TracChangeset for help on using the changeset viewer.