Changeset 555d306 for BOOK/temp-system
- Timestamp:
- Jun 2, 2014, 3:28:26 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 54ef248
- Parents:
- d5cb735
- git-author:
- Chris Staub <chris@…> (06/02/14 03:25:38)
- git-committer:
- Chris Staub <chris@…> (06/02/14 03:28:26)
- Location:
- BOOK/temp-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/choose.xml
rd5cb735 r555d306 11 11 <title>To Boot or to Chroot?</title> 12 12 13 <para os="a"> 13 <para os="a">There are two different ways you can proceed from this point 14 14 to build the final system. You can build a kernel, a bootloader, and 15 15 a few other utilities, boot into the temporary system, and build the … … 35 35 different architecture, such as building a PowerPC system from an x86. The 36 36 rule of thumb here is that if the architectures match and you are running 37 the same series kernel you can just chroot. If you aren't running the same38 series kernel, or are wanting to run a different ABI, you will need to use39 the boot option.</para>37 the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you 38 can just chroot. If you aren't running the same series kernel, or are 39 wanting to run a different ABI, you will need to use the boot option.</para> 40 40 41 41 <para os="d">If you are in any doubt about this, you can try the following … … 48 48 boot method.</para> 49 49 50 <para os="g">To chroot, you will also need a Linux Kernel, version 51 2.6.32 or higher, having been compiled with GCC-4.1.2 or greater. 52 This is required because Glibc was built to generate libraries for the 53 smallest version of the Linux kernel expected to be supported.</para> 50 <para os="g">For the boot method, follow <xref linkend="chapter-boot"/>.</para> 54 51 55 <para os="h">To check your kernel version, run <command>cat /proc/version</command> 56 - if it does not say that you are running a 2.6.32 or later Linux kernel, 57 compiled with GCC 4.1.2 or later, you cannot chroot.</para> 58 59 <para os="i">For the boot method, follow <xref linkend="chapter-boot"/>.</para> 60 61 <para os="j">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para> 52 <para os="h">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para> 62 53 63 54 </sect1> -
BOOK/temp-system/mips64/choose.xml
rd5cb735 r555d306 44 44 xpointer="xpointer(//*[@os='h'])"/> 45 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"47 href="../common/choose.xml"48 xpointer="xpointer(//*[@os='i'])"/>49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"51 href="../common/choose.xml"52 xpointer="xpointer(//*[@os='j'])"/>53 54 46 </sect1> -
BOOK/temp-system/multilib/choose.xml
rd5cb735 r555d306 42 42 xpointer="xpointer(//*[@os='h'])"/> 43 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"45 href="../common/choose.xml"46 xpointer="xpointer(//*[@os='i'])"/>47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"49 href="../common/choose.xml"50 xpointer="xpointer(//*[@os='j'])"/>51 52 44 </sect1> -
BOOK/temp-system/ppc64/choose.xml
rd5cb735 r555d306 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 41 href="../common/choose.xml" 42 xpointer="xpointer(//*[@os=' i'])"/>42 xpointer="xpointer(//*[@os='g'])"/> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 45 href="../common/choose.xml" 46 xpointer="xpointer(//*[@os=' j'])"/>46 xpointer="xpointer(//*[@os='h'])"/> 47 47 48 48 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.