Changeset 0aee8d3
- Timestamp:
- Aug 8, 2011, 2:32:32 PM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 596fa5a
- Parents:
- 0f48af0b
- Location:
- BOOK
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/acknowledgements.xml
r0f48af0b r0aee8d3 44 44 <listitem> 45 45 <para>Karen McGuiness - Proofreader.</para> 46 </listitem> 47 <listitem> 48 <para>Jonathan Norman - x86, x86_64, PowerPC & UltraSPARC.</para> 46 49 </listitem> 47 50 <listitem> -
BOOK/introduction/common/how.xml
r0f48af0b r0aee8d3 19 19 tools.</para> 20 20 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> 34 28 35 29 <para><xref linkend="chapter-partitioning"/> of this book describes how -
BOOK/prologue/common/foreword.xml
r0f48af0b r0aee8d3 47 47 Jim Gifford, CLFS Project Co-leader 48 48 Ryan Oliver, CLFS Project Co-leader 49 Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat, 49 Joe Cuccone, CLFS Project Co-leader 50 Jonathan Norman, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat, 50 51 Manuel Canales Esparcia, and Nathan Coulson - CLFS Developers</literallayout> 51 52 -
BOOK/prologue/common/hostreqs.xml
r0f48af0b r0aee8d3 122 122 gawk --version | head -n1 123 123 gcc --version | head -n1 124 /lib/libc.so.6| head -n1 | cut -d" " -f1-7124 $(find /lib{,64} -name libc.so.6) | head -n1 | cut -d" " -f1-7 125 125 grep --version | head -n1 126 126 gzip --version | head -n1 -
BOOK/stylesheets/lfs-xsl/lfs.css
r0f48af0b r0aee8d3 47 47 div.sect1, div.appendix { 48 48 padding-left: .3em; 49 text-align: justify; 49 50 } 50 51 … … 523 524 margin: 0 2em .5em 2em; 524 525 font-weight: bold; 526 overflow: auto; 525 527 } 526 528
Note:
See TracChangeset
for help on using the changeset viewer.