Changeset 555d306


Ignore:
Timestamp:
Jun 1, 2014, 8:28:26 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
54ef248
Parents:
d5cb735
git-author:
Chris Staub <chris@…> (06/01/14 20:25:38)
git-committer:
Chris Staub <chris@…> (06/01/14 20:28:26)
Message:

More updates to choose page

Location:
BOOK/temp-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/choose.xml

    rd5cb735 r555d306  
    1111  <title>To Boot or to Chroot?</title>
    1212
    13   <para os="a"> There are two different ways you can proceed from this point
     13  <para os="a">There are two different ways you can proceed from this point
    1414  to build the final system. You can build a kernel, a bootloader, and
    1515  a few other utilities, boot into the temporary system, and build the
     
    3535  different architecture, such as building a PowerPC system from an x86. The
    3636  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 same
    38   series kernel, or are wanting to run a different ABI, you will need to use
    39   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>
    4040
    4141  <para os="d">If you are in any doubt about this, you can try the following
     
    4848  boot method.</para>
    4949
    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>
    5451
    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>
    6253
    6354</sect1>
  • BOOK/temp-system/mips64/choose.xml

    rd5cb735 r555d306  
    4444    xpointer="xpointer(//*[@os='h'])"/>
    4545
    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 
    5446</sect1>
  • BOOK/temp-system/multilib/choose.xml

    rd5cb735 r555d306  
    4242    xpointer="xpointer(//*[@os='h'])"/>
    4343
    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 
    5244</sect1>
  • BOOK/temp-system/ppc64/choose.xml

    rd5cb735 r555d306  
    4040    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4141    href="../common/choose.xml"
    42     xpointer="xpointer(//*[@os='i'])"/>
     42    xpointer="xpointer(//*[@os='g'])"/>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4545    href="../common/choose.xml"
    46     xpointer="xpointer(//*[@os='j'])"/>
     46    xpointer="xpointer(//*[@os='h'])"/>
    4747
    4848</sect1>
Note: See TracChangeset for help on using the changeset viewer.