Changeset 3466794 in clfs-embedded


Ignore:
Timestamp:
Nov 22, 2006, 8:50:31 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
8520e58
Parents:
e5ece2c
Message:

Text Updates

Location:
BOOK
Files:
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/hostname.xml

    re5ece2c r3466794  
    2222  and enter a hostname by running:</para>
    2323
    24   <screen><userinput>echo "<replaceable>[lfs]</replaceable>" &gt; ${CLFS}/etc/HOSTNAME</userinput></screen>
     24  <screen><userinput>echo "<replaceable>[clfs]</replaceable>" &gt; ${CLFS}/etc/HOSTNAME</userinput></screen>
    2525
    2626  <para><replaceable>[lfs]</replaceable> needs to be replaced with the
  • BOOK/cross-tools/mips-chapter.xml

    re5ece2c r3466794  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/abi.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
  • BOOK/cross-tools/toolchain.xml

    re5ece2c r3466794  
    1414  and linkers:</para>
    1515
    16 <screen><userinput>cat &lt;&lt; "EOF" &gt;&gt; ~/.bashrc
     16<screen><userinput>cat &gt; ~/.bash_profile &lt;&lt; "EOF"
    1717<literal>export CC="${CLFS_TARGET}-gcc"
    1818export CXX="${CLFS_TARGET}-g++"
  • BOOK/cross-tools/x86-chapter.xml

    re5ece2c r3466794  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/abi.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/>
  • BOOK/final-system/mips-chapter.xml

    re5ece2c r3466794  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
  • BOOK/final-system/x86-chapter.xml

    re5ece2c r3466794  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
  • BOOK/general.ent

    re5ece2c r3466794  
    2727<!ENTITY hints-index "&lfs-root;hints/list.html">
    2828<!ENTITY livecd-root "&lfs-root;livecd/">
    29 <!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/">
    30 <!ENTITY errata "&clfs-wiki;clfs/errata/&generic-version;/">
     29<!ENTITY errata "&clfs-wiki;clfs-embedded/errata/&generic-version;/">
    3130
    3231<!ENTITY gnu "http://ftp.gnu.org/gnu/">
  • BOOK/introduction/common/acknowledgements.xml

    re5ece2c r3466794  
    6060      <para>Chris Staub - x86 builds. Leader of Quality Control.</para>
    6161    </listitem>
     62    <listitem>
     63      <para>Maarten Lankhorst - MIPS/WRT embedded builds.</para>
     64    </listitem>
     65    <listitem>
     66      <para>Zack Winkles - Testing and Quality Control.</para>
     67    </listitem>
    6268  </itemizedlist>
    6369
  • BOOK/introduction/common/askforhelp.xml

    re5ece2c r3466794  
    3737      <listitem>
    3838        <para>The version of the book being used (in this case
    39         &version;)</para>
     39        CLFS Embedded &version;)</para>
    4040      </listitem>
    4141      <listitem>
     
    4747      </listitem>
    4848      <listitem>
    49         <para>The value of the ${CLFS_HOST}, ${CLFS_TARGET}, ${BUILD32}, and ${BUILD64}
     49        <para>The value of the ${CLFS_HOST}, ${CLFS_TARGET}, and ${BUILD}
    5050        environment variables.</para>
    5151      </listitem>
  • BOOK/partitioning/common/introduction.xml

    re5ece2c r3466794  
    1515  on it, and mount it.</para>
    1616
     17  <para>In some circumstances based on the platform your building for this
     18  step can be skipped.</para>
     19
    1720</sect1>
  • BOOK/prologue/common/foreword.xml

    re5ece2c r3466794  
    1313  <para>The Linux From Scratch Project has seen many changes in the
    1414  few years of its existence.  I personally became involved with the
    15   project in 1999, around the time of the 2.x releases.  At that time,
     15  project in 2000, around the time of the 3.x releases.  At that time,
    1616  the build process was to create static binaries with the host system,
    1717  then chroot and build the final binaries on top of the static ones.</para>
     
    3333  born.</para>
    3434
    35   <para>CLFS follows the same guiding principles the LFS project has
     35  <para>CLFS Embedded follows the same guiding principles the LFS project has
    3636  always followed, e.g., knowing your system inside and out by virtue
    37   of having built the system yourself.  Additionally, during a CLFS
     37  of having built the system yourself.  Additionally, during a CLFS Embedded
    3838  build, you will learn advanced techniques such as cross-build toolchains,
    39   multilib support (32 &amp; 64-bit libraries side-by-side), alternative
    40   architectures such as Sparc, MIPS, and Alpha, and much more.</para>
     39  and how to create a smaller footprint system support architectures
     40  such as Sparc, MIPS, and Alpha, and much more.</para>
    4141
    42   <para>We hope you enjoy building your own CLFS system, and the benefits
     42  <para>We hope you enjoy building your own CLFS Embedded system, and the benefits
    4343  that come from a system tailored to your needs.</para>
    4444
    4545<literallayout>--
     46Jim Gifford, CLFS Project Co-leader (Page Author)
    4647Jeremy Utley, CLFS 1.x Release Manager (Page Author)
    47 Jim Gifford, CLFS Project Co-leader
    4848Ryan Oliver, CLFS Project Co-leader
    4949Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat,
    50 Manuel Canales Esparcia, and Nathan Coulson - CLFS Developers</literallayout>
     50Maarten Lankhorst, Zack Winkles, Manuel Canales Esparcia,
     51and Nathan Coulson - CLFS Developers</literallayout>
    5152
    5253</sect1>
  • BOOK/the-end/theend.xml

    re5ece2c r3466794  
    1212
    1313  <indexterm zone="ch-finish-theend">
    14     <primary sortas="e-/etc/lfs-release">/etc/lfs-release</primary>
     14    <primary sortas="e-/etc/clfs-release">/etc/clfs-release</primary>
    1515  </indexterm>
    1616
     
    2424  Create this file by running:</para>
    2525
    26 <screen><userinput>echo &version; &gt; ${CLFS}/etc/clfs-release</userinput></screen>
     26<screen><userinput>echo CLFS-Embedded&version; &gt; ${CLFS}/etc/clfs-release</userinput></screen>
    2727
    2828</sect1>
Note: See TracChangeset for help on using the changeset viewer.