Changeset 0aee8d3 for BOOK/prologue


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/prologue/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.