Changeset 0aee8d3


Ignore:
Timestamp:
Aug 8, 2011, 2:32:32 PM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
596fa5a
Parents:
0f48af0b
Message:

Added Jon to the book. updated the livecd advice. Fixed libc dection on 64bit hosts and justified the main text

Location:
BOOK
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/acknowledgements.xml

    r0f48af0b r0aee8d3  
    4444    <listitem>
    4545      <para>Karen McGuiness - Proofreader.</para>
     46    </listitem>
     47    <listitem>
     48      <para>Jonathan Norman - x86, x86_64, PowerPC &amp; UltraSPARC.</para>
    4649    </listitem>
    4750    <listitem>
  • BOOK/introduction/common/how.xml

    r0f48af0b r0aee8d3  
    1919  tools.</para>
    2020
    21   <para>As an alternative to installing an entire separate distribution
    22   onto your machine, you may wish to use the Linux From Scratch LiveCD.
    23   This CD works well as a host system, providing all the tools you need to
    24   successfully follow the instructions in this book. It does also
    25   contain source packages and patches for the LFS book, and a copy of the LFS
    26   book, but not the needed packages or book for CLFS. You can still use the
    27   CD for building CLFS, but you will need to download the packages, patches
    28   and book separately. You can also look at
    29   <ulink url="&hints-root;Remastering_the_LFS_LiveCD"/>
    30   for infomation on building your own CD, replacing the LFS packages and book
    31   with those for CLFS. Once you have the CD, no network connection or
    32   additional downloads are necessary. For more information about the LFS
    33   LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para>
     21  <para>As an alternative to installing an entire separate distribution onto
     22  your machine, you may wish to use a livecd. Most distributions provide
     23  a livecd, which provides an environment to which you can add the required
     24  tools onto, allowing you to
     25  successfully follow the instructions in this book. Remember that if you
     26  reboot the livecd you will need to reconfigure the host environment before
     27  continuing with your build.</para>
    3428
    3529  <para><xref linkend="chapter-partitioning"/> of this book describes how
  • BOOK/prologue/common/foreword.xml

    r0f48af0b r0aee8d3  
    4747Jim Gifford, CLFS Project Co-leader
    4848Ryan Oliver, CLFS Project Co-leader
    49 Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat,
     49Joe Cuccone, CLFS Project Co-leader
     50Jonathan Norman, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat,
    5051Manuel Canales Esparcia, and Nathan Coulson - CLFS Developers</literallayout>
    5152
  • BOOK/prologue/common/hostreqs.xml

    r0f48af0b r0aee8d3  
    122122gawk --version | head -n1
    123123gcc --version | head -n1
    124 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7
     124$(find /lib{,64} -name libc.so.6) | head -n1 | cut -d" " -f1-7
    125125grep --version | head -n1
    126126gzip --version | head -n1
  • BOOK/stylesheets/lfs-xsl/lfs.css

    r0f48af0b r0aee8d3  
    4747div.sect1, div.appendix {
    4848  padding-left: .3em;
     49  text-align: justify;
    4950}
    5051
     
    523524  margin: 0 2em .5em 2em;
    524525  font-weight: bold;
     526  overflow: auto;
    525527}
    526528
Note: See TracChangeset for help on using the changeset viewer.