[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1184-g509df0f

git git at cross-lfs.org
Sun Jun 1 20:25:45 PDT 2014


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  509df0fc7c3528f208db258d44c26a1c584555aa (commit)
      from  5ac1c943ed4c9edbab5ea02784536f3b280d62b0 (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 509df0fc7c3528f208db258d44c26a1c584555aa
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 23:25:38 2014 -0400

    More updates to choose page

diff --git a/BOOK/temp-system/common/choose.xml b/BOOK/temp-system/common/choose.xml
index 3cbf77b..a0634d5 100644
--- a/BOOK/temp-system/common/choose.xml
+++ b/BOOK/temp-system/common/choose.xml
@@ -10,7 +10,7 @@
 
   <title>To Boot or to Chroot?</title>
 
-  <para os="a"> There are two different ways you can proceed from this point
+  <para os="a">There are two different ways you can proceed from this point
   to build the final system. You can build a kernel, a bootloader, and
   a few other utilities, boot into the temporary system, and build the
   rest there. Alternatively, you can mount a few virtual filesystems and
@@ -34,9 +34,9 @@
   you can simply chroot. Booting is required when you are compiling for a
   different architecture, such as building a PowerPC system from an x86. The
   rule of thumb here is that if the architectures match and you are running
-  the same series kernel you can just chroot. If you aren't running the same
-  series kernel, or are wanting to run a different ABI, you will need to use
-  the boot option.</para>
+  the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you
+  can just chroot. If you aren't running the same series kernel, or are
+  wanting to run a different ABI, you will need to use the boot option.</para>
 
   <para os="d">If you are in any doubt about this, you can try the following
   commands to see if you can chroot:</para>
@@ -47,17 +47,8 @@
   <para os="f">If either of these commands fail, you will have to follow the
   boot method.</para>
 
-  <para os="g">To chroot, you will also need a Linux Kernel, version
-  2.6.32 or higher, having been compiled with GCC-4.1.2 or greater.
-  This is required because Glibc was built to generate libraries for the
-  smallest version of the Linux kernel expected to be supported.</para>
+  <para os="g">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
 
-  <para os="h">To check your kernel version, run <command>cat /proc/version</command>
-  - if it does not say that you are running a 2.6.32 or later Linux kernel,
-  compiled with GCC 4.1.2 or later, you cannot chroot.</para>
-
-  <para os="i">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
-
-  <para os="j">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
+  <para os="h">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
 
 </sect1>
diff --git a/BOOK/temp-system/mips64/choose.xml b/BOOK/temp-system/mips64/choose.xml
index a99336e..26e05e6 100644
--- a/BOOK/temp-system/mips64/choose.xml
+++ b/BOOK/temp-system/mips64/choose.xml
@@ -43,12 +43,4 @@
     href="../common/choose.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
-
 </sect1>
diff --git a/BOOK/temp-system/multilib/choose.xml b/BOOK/temp-system/multilib/choose.xml
index 295c673..52aa91f 100644
--- a/BOOK/temp-system/multilib/choose.xml
+++ b/BOOK/temp-system/multilib/choose.xml
@@ -41,12 +41,4 @@
     href="../common/choose.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
-
 </sect1>
diff --git a/BOOK/temp-system/ppc64/choose.xml b/BOOK/temp-system/ppc64/choose.xml
index f764fb0..6e7686b 100644
--- a/BOOK/temp-system/ppc64/choose.xml
+++ b/BOOK/temp-system/ppc64/choose.xml
@@ -39,10 +39,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
+    xpointer="xpointer(//*[@os='g'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
+    xpointer="xpointer(//*[@os='h'])"/>
 
 </sect1>

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

Summary of changes:
 BOOK/temp-system/common/choose.xml   |   21 ++++++---------------
 BOOK/temp-system/mips64/choose.xml   |    8 --------
 BOOK/temp-system/multilib/choose.xml |    8 --------
 BOOK/temp-system/ppc64/choose.xml    |    4 ++--
 4 files changed, 8 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list