Changeset fd90c25f


Ignore:
Timestamp:
Apr 14, 2006, 12:25:12 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
1fc16cb
Parents:
8ed7eff
Message:

r2886@server (orig r1382): chris | 2006-04-14 08:51:59 -0700
Text updates and grammar fixes

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/common/introduction.xml

    r8ed7eff rfd90c25f  
    1111  <title>Introduction</title>
    1212
    13   <para>This chapter shows how to complete the temporary tools to create
    14   a minimal system that will be used to boot the target machine and to build
    15   the final system packages.</para>
     13  <para>This chapter shows how to complete the build of temporary tools to
     14  create a minimal system that will be used to boot the target machine and to
     15  build the final system packages.</para>
    1616
    1717  <para>There are a few additional packages that will need to be
    18 installed to allow you to boot the minimal system. Most of these
    19 packages will be installed onto the root or in /usr on the LFS
    20 partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools.
    21 However, since you are still installing these packages from the host
    22 system, these packages will need to be installed using the "DESTDIR"
    23 option with make.</para>
    24 
    25 <para>More detailed info about DESTDIR needed here...</para>
    26 
    27 <para>Also, since you will need to create directories and install
    28 packages in them in $LFS (and of course don't want to use root to do
    29 this, to avoid damage to the host system), outside of /tools and
    30 /cross-tools, you will need to temporarily change the ownership of
    31 $LFS to the <systemitem class="username">lfs</systemitem> user. Run
    32 the following command as <systemitem
    33 class="username">root</systemitem>:</para>
     18  installed to allow you to boot the minimal system. Some of these
     19  packages will be installed onto the root or in /usr on the LFS
     20  partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools, using the
     21  "DESTDIR" option with make. This will require the
     22  <systemitem class="username">lfs</systemitem> user to have write access to
     23  the rest of the $LFS partition, so you will need to temporarily change the
     24  ownership of $LFS to the <systemitem class="username">lfs</systemitem> user.
     25  Run the following command as <systemitem
     26  class="username">root</systemitem>:</para>
    3427
    3528<screen><userinput>chown -v lfs $LFS</userinput></screen>
  • cross-tools/common/glibc.xml

    r8ed7eff rfd90c25f  
    3939    xpointer="xpointer(//*[@os='d'])"/>
    4040
    41     <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying
    42 to link to libraries, that don't exist:</para>
     41    <para os="s1">The following sed fixes a build issue with Glibc. This will
     42    prevent nscd from trying to link to libraries that don't exist:</para>
    4343
    4444<screen os="s2"><userinput>cp nscd/Makefile{,.orig}
  • temp-system/common/bash.xml

    r8ed7eff rfd90c25f  
    2929   Makefile.in.orig > Makefile.in</userinput></screen>
    3030
    31     <para os="c1">Remove a test that causes the build to fail::</para>
     31    <para os="c1">Remove a test that causes the build to fail:</para>
    3232
    3333<screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>
     
    4242
    4343    <variablelist os="ad">
    44       <title>The meaning of the configure options:</title>
     44      <title>The meaning of the configure option:</title>
    4545
    4646      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.