Changeset 3968

Show
Ignore:
Timestamp:
07/13/08 18:02:12 (5 months ago)
Author:
jciccone
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chroot/mips-chapter.xml

    r3610 r3968  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/> 
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/before-chroot.xml"/> 
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> 
    1920  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 
  • trunk/BOOK/chroot/ppc-chapter.xml

    r3610 r3968  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/> 
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/before-chroot.xml"/> 
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> 
    1920  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 
  • trunk/BOOK/chroot/sparc-chapter.xml

    r3610 r3968  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/> 
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/before-chroot.xml"/> 
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> 
    1920  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 
  • trunk/BOOK/chroot/x86-chapter.xml

    r3610 r3968  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/util-linux-ng.xml"/> 
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/kernfs.xml"/> 
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/before-chroot.xml"/> 
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chroot.xml"/> 
    1920  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/changingowner.xml"/> 
  • trunk/BOOK/introduction/common/changelog.xml

    r3966 r3968  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>July 13, 2008</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[jciccone] - Add a page right before Entering the Chroot 
     44          Enviornment. This page covers the problem of building a 32bit system 
     45          from a 64bit host or building a older 32bit system from another 
     46          newer 32bit system.</para> 
     47        </listitem> 
     48      </itemizedlist> 
     49    </listitem> 
    3850 
    3951    <listitem> 
  • trunk/BOOK/packages.ent

    r3943 r3968  
    22 
    33<!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/"> 
     4<!ENTITY extras-root "&clfs-root;files/extras/"> 
    45 
    56<!-- Note: For empty *-home entities use " " not "" --> 
     
    393394<!ENTITY udev-md5 "4da0471c0ca3a2a2a77692f67120c03d"> 
    394395<!ENTITY udev-home "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"> 
     396 
     397<!ENTITY uname_hack-version "20080713"> 
     398<!ENTITY uname_hack-size "2 KB"> 
     399<!ENTITY uname_hack-url "&extras-root;uname_hack-&uname_hack-version;.tar.bz2"> 
     400<!ENTITY uname_hack-md5 "dd7694f28ccc6e6bfb326b1790adb5e9"> 
     401<!ENTITY uname_hack-home " "> 
    395402 
    396403<!ENTITY util-linux-ng-dl-version "2.14">