Changeset 8ca6da6


Ignore:
Timestamp:
May 16, 2006, 1:14:55 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
63bdb6a
Parents:
2e9d6f5
Message:

r3548@server (orig r1620): chris | 2006-05-16 12:45:51 -0700
More minor text fixes

Location:
final-preps
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • final-preps/aboutlfs.xml

    r2e9d6f5 r8ca6da6  
    1313  <para>Throughout this book, the environment variable <envar>LFS</envar> will
    1414  be used several times. It is paramount that this variable is always defined.
    15   It should be set to the mount point chosen for the LFS partition.
     15  It should be set to the mount point chosen for the CLFS partition.
    1616  Check that the <envar>LFS</envar> variable is set up properly with:</para>
    1717
    1818<screen><userinput>echo $LFS</userinput></screen>
    1919
    20   <para>Make sure the output shows the path to the LFS partition's mount
     20  <para>Make sure the output shows the path to the CLFS partition's mount
    2121  point, which is <filename class="directory">/mnt/lfs</filename> if the
    2222  provided example was followed. If the output is incorrect, the
  • final-preps/creatingcrossdir.xml

    r2e9d6f5 r8ca6da6  
    1111  <title>Creating the $LFS/cross-tools Directory</title>
    1212
    13   <para>All programs compiled in <xref linkend="chapter-cross-tools"/> will
    14   be installed under <filename class="directory">$LFS/cross-tools</filename>
    15   to keep them separate from the host programs. The programs compiled here are
    16   cross tools and will not be a part of the final LFS system. By keeping these
    17   programs in a separate directory, they can easily be discarded later after
    18   their use.</para>
     13  <para>The cross-binutils and cross-compiler built in
     14  <xref linkend="chapter-cross-tools"/> will be installed under
     15  <filename class="directory">$LFS/cross-tools</filename> to keep them
     16  separate from the host prograrms. The programs compiled here are
     17  cross-tools and will not be a part of the final CLFS system or the
     18  temp-system. By keeping these programs in a separate directory, they
     19  can easily be discarded later after their use.</para>
    1920
    2021  <para>Create the required directory by running the following as
     
    2526  <para>The next step is to create a <filename
    2627  class="symlink">/cross-tools</filename> symlink on the host system.
    27   This will point to the newly-created directory on the LFS partition.
     28  This will point to the newly-created directory on the CLFS partition.
    2829  Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    2930
     
    3334  instructions do assume its existence), but is there mainly for
    3435  consistency (because /tools is also symlinked to $LFS/tools) and to
    35   somewhat simplify the installation of the cross-compile tools.</para>
     36  simplify the installation of the cross-compile tools.</para>
    3637
    3738</sect1>
  • final-preps/creatingtoolsdir.xml

    r2e9d6f5 r8ca6da6  
    1515  to keep them separate from the programs compiled in <xref
    1616  linkend="chapter-building-system"/>. The programs compiled here are
    17   temporary tools and will not be a part of the final LFS system. By keeping
     17  temporary tools and will not be a part of the final CLFS system. By keeping
    1818  these programs in a separate directory, they can easily be discarded later
    1919  after their use. This also prevents these programs from ending up in the
Note: See TracChangeset for help on using the changeset viewer.