[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 0aee8d3af4b73b2d92a232b0fdd49482edfec586

git git at cross-lfs.org
Mon Aug 8 14:32:41 PDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  0aee8d3af4b73b2d92a232b0fdd49482edfec586 (commit)
      from  0f48af0b9a6b8ebb0a3971aa7789f42617fae9ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0aee8d3af4b73b2d92a232b0fdd49482edfec586
Author: Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Date:   Mon Aug 8 22:32:32 2011 +0100

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

diff --git a/BOOK/introduction/common/acknowledgements.xml b/BOOK/introduction/common/acknowledgements.xml
index a5f4476..2a9aa83 100644
--- a/BOOK/introduction/common/acknowledgements.xml
+++ b/BOOK/introduction/common/acknowledgements.xml
@@ -45,6 +45,9 @@
       <para>Karen McGuiness - Proofreader.</para>
     </listitem>
     <listitem>
+      <para>Jonathan Norman - x86, x86_64, PowerPC & UltraSPARC.</para>
+    </listitem>
+    <listitem>
       <para>Jeremy Huntwork - PowerPC, x86, Sparc builds.</para>
     </listitem>
     <listitem>
diff --git a/BOOK/introduction/common/how.xml b/BOOK/introduction/common/how.xml
index 67c10ac..92504ab 100644
--- a/BOOK/introduction/common/how.xml
+++ b/BOOK/introduction/common/how.xml
@@ -18,19 +18,13 @@
   during the distribution installation to be able to access these
   tools.</para>
 
-  <para>As an alternative to installing an entire separate distribution
-  onto your machine, you may wish to use the Linux From Scratch LiveCD.
-  This CD works well as a host system, providing all the tools you need to
-  successfully follow the instructions in this book. It does also
-  contain source packages and patches for the LFS book, and a copy of the LFS
-  book, but not the needed packages or book for CLFS. You can still use the
-  CD for building CLFS, but you will need to download the packages, patches
-  and book separately. You can also look at
-  <ulink url="&hints-root;Remastering_the_LFS_LiveCD"/>
-  for infomation on building your own CD, replacing the LFS packages and book
-  with those for CLFS. Once you have the CD, no network connection or
-  additional downloads are necessary. For more information about the LFS
-  LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para>
+  <para>As an alternative to installing an entire separate distribution onto
+  your machine, you may wish to use a livecd. Most distributions provide
+  a livecd, which provides an environment to which you can add the required
+  tools onto, allowing you to
+  successfully follow the instructions in this book. Remember that if you
+  reboot the livecd you will need to reconfigure the host environment before
+  continuing with your build.</para>
 
   <para><xref linkend="chapter-partitioning"/> of this book describes how
   to create a new Linux native partition and file system, the place
diff --git a/BOOK/prologue/common/foreword.xml b/BOOK/prologue/common/foreword.xml
index e191043..1cd545b 100644
--- a/BOOK/prologue/common/foreword.xml
+++ b/BOOK/prologue/common/foreword.xml
@@ -46,7 +46,8 @@
 Jeremy Utley, CLFS 1.x Release Manager (Page Author)
 Jim Gifford, CLFS Project Co-leader
 Ryan Oliver, CLFS Project Co-leader
-Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat,
+Joe Cuccone, CLFS Project Co-leader
+Jonathan Norman, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat,
 Manuel Canales Esparcia, and Nathan Coulson - CLFS Developers</literallayout>
 
 </sect1>
diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index 34a4e65..06dad47 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -121,7 +121,7 @@ diff --version | head -n1
 find --version | head -n1
 gawk --version | head -n1
 gcc --version | head -n1
-/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
+$(find /lib{,64} -name libc.so.6) | head -n1 | cut -d" " -f1-7
 grep --version | head -n1
 gzip --version | head -n1
 uname -s -r
diff --git a/BOOK/stylesheets/lfs-xsl/lfs.css b/BOOK/stylesheets/lfs-xsl/lfs.css
index 6c65614..b45c9ce 100644
--- a/BOOK/stylesheets/lfs-xsl/lfs.css
+++ b/BOOK/stylesheets/lfs-xsl/lfs.css
@@ -46,6 +46,7 @@ div.dedication {
 /* Sections */
 div.sect1, div.appendix {
   padding-left: .3em;
+  text-align: justify;
 }
 
 .package, .kernel, .installation, .commands, .testing, .configuration, .content {
@@ -522,6 +523,7 @@ pre {
   padding: .5em 1em;
   margin: 0 2em .5em 2em;
   font-weight: bold;
+  overflow: auto;
 }
 
 pre.userinput {
diff --git a/BOOK/temp-system/common/.gcc.xml.swp b/BOOK/temp-system/common/.gcc.xml.swp
deleted file mode 100644
index 3ebf472..0000000
Binary files a/BOOK/temp-system/common/.gcc.xml.swp and /dev/null differ

-----------------------------------------------------------------------

Summary of changes:
 BOOK/introduction/common/acknowledgements.xml |    3 +++
 BOOK/introduction/common/how.xml              |   20 +++++++-------------
 BOOK/prologue/common/foreword.xml             |    3 ++-
 BOOK/prologue/common/hostreqs.xml             |    2 +-
 BOOK/stylesheets/lfs-xsl/lfs.css              |    2 ++
 BOOK/temp-system/common/.gcc.xml.swp          |  Bin 16384 -> 0 bytes
 6 files changed, 15 insertions(+), 15 deletions(-)
 delete mode 100644 BOOK/temp-system/common/.gcc.xml.swp


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list