[Clfs-commits] commit: r3968 - in /trunk/BOOK: ./ chroot/ chroot/mips/ chroot/ppc/ chroot/sparc/ chroot/x86/ introduction/common/

svn at cross-lfs.org svn at cross-lfs.org
Sun Jul 13 11:02:12 PDT 2008


Author: jciccone
Date: Sun Jul 13 18:02:12 2008
New Revision: 3968

Log:
Add a page right before Entering the Chroot Enviornment. This page covers the problem of building a 32bit system from a 64bit host or building a older 32bit system from another newer 32bit system.

Added:
    trunk/BOOK/chroot/mips/before-chroot.xml
    trunk/BOOK/chroot/ppc/
    trunk/BOOK/chroot/ppc/before-chroot.xml
    trunk/BOOK/chroot/sparc/
    trunk/BOOK/chroot/sparc/before-chroot.xml
    trunk/BOOK/chroot/x86/
    trunk/BOOK/chroot/x86/before-chroot.xml
Modified:
    trunk/BOOK/chroot/mips-chapter.xml
    trunk/BOOK/chroot/ppc-chapter.xml
    trunk/BOOK/chroot/sparc-chapter.xml
    trunk/BOOK/chroot/x86-chapter.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/packages.ent

Modified: trunk/BOOK/chroot/mips-chapter.xml
==============================================================================
--- trunk/BOOK/chroot/mips-chapter.xml (original)
+++ trunk/BOOK/chroot/mips-chapter.xml Sun Jul 13 18:02:12 2008
@@ -15,6 +15,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/before-chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/creatingdirs.xml"/>

Modified: trunk/BOOK/chroot/ppc-chapter.xml
==============================================================================
--- trunk/BOOK/chroot/ppc-chapter.xml (original)
+++ trunk/BOOK/chroot/ppc-chapter.xml Sun Jul 13 18:02:12 2008
@@ -15,6 +15,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/before-chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingdirs.xml"/>

Modified: trunk/BOOK/chroot/sparc-chapter.xml
==============================================================================
--- trunk/BOOK/chroot/sparc-chapter.xml (original)
+++ trunk/BOOK/chroot/sparc-chapter.xml Sun Jul 13 18:02:12 2008
@@ -15,6 +15,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/before-chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingdirs.xml"/>

Modified: trunk/BOOK/chroot/x86-chapter.xml
==============================================================================
--- trunk/BOOK/chroot/x86-chapter.xml (original)
+++ trunk/BOOK/chroot/x86-chapter.xml Sun Jul 13 18:02:12 2008
@@ -15,6 +15,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/before-chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingdirs.xml"/>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sun Jul 13 18:02:12 2008
@@ -35,6 +35,18 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>July 13, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Add a page right before Entering the Chroot
+          Enviornment. This page covers the problem of building a 32bit system
+          from a 64bit host or building a older 32bit system from another
+          newer 32bit system.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>July 12, 2008</para>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent (original)
+++ trunk/BOOK/packages.ent Sun Jul 13 18:02:12 2008
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/">
+<!ENTITY extras-root "&clfs-root;files/extras/">
 
 <!-- Note: For empty *-home entities use " " not "" -->
 
@@ -392,6 +393,12 @@
 <!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
 <!ENTITY udev-md5 "4da0471c0ca3a2a2a77692f67120c03d">
 <!ENTITY udev-home "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html">
+
+<!ENTITY uname_hack-version "20080713">
+<!ENTITY uname_hack-size "2 KB">
+<!ENTITY uname_hack-url "&extras-root;uname_hack-&uname_hack-version;.tar.bz2">
+<!ENTITY uname_hack-md5 "dd7694f28ccc6e6bfb326b1790adb5e9">
+<!ENTITY uname_hack-home " ">
 
 <!ENTITY util-linux-ng-dl-version "2.14">
 




More information about the Clfs-commits mailing list