Changeset f9b3685d


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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • boot/common/sysvinit.xml

    r578b4a4d rf9b3685d  
    2323    <title>Installation of Sysvinit</title>
    2424
    25     <para os="aa">Now we do some modifications so we can boot into this
    26     during our build:</para>
     25    <para os="aa">Make some modifications to allow you to boot into
     26    the minimal temp-system:</para>
    2727
    2828<screen os="ab"><userinput>cp -v src/Makefile src/Makefile.orig
  • boot/common/util-linux.xml

    r578b4a4d rf9b3685d  
    4141    <para os="ba">Util-linux does not use the freshly installed headers and
    4242    libraries from the <filename class="directory">/tools</filename>
    43     directory by default. This is fixed by altering the configure script:</para>
     43    directory by default. This is fixed by altering the
     44    <command>configure</command> script:</para>
    4445
    4546<screen os="bb"><userinput>cp -v configure{,.orig}
  • cross-tools/common/glibc.xml

    r578b4a4d rf9b3685d  
    5555    xpointer="xpointer(//*[@os='f'])"/>
    5656
    57     <para os="dd">For NPTL enabled systems the following lines need
    58     to be added to <filename>config.cache</filename>:</para>
     57    <para os="dd">The following lines need to be added to
     58    <filename>config.cache</filename> for Glibc to support NPTL:</para>
    5959
    6060<screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
  • cross-tools/x86/gcc-static.xml

    r578b4a4d rf9b3685d  
    4141<screen os="af"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>
    4242
    43     <para os="ag">Now setup the StartFile Spec to the correct library
     43    <para os="ag">Change the StartFile Spec to point to the correct library
    4444    location:</para>
    4545
  • final-preps/addinguser.xml

    r578b4a4d rf9b3685d  
    8080  <para>Grant <systemitem class="username">lfs</systemitem> full access to
    8181  <filename class="directory">$LFS/cross-tools</filename> and
    82   and <filename class="directory">$LFS/tools</filename> by making <systemitem
     82  <filename class="directory">$LFS/tools</filename> by making <systemitem
    8383  class="username">lfs</systemitem> the directorys' owner:</para>
    8484
  • 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.