Changeset 2684

Show
Ignore:
Timestamp:
09/18/06 03:07:20 (2 years ago)
Author:
chris@beaker67.com
Message:

Text updates in Boot/Chroot choose page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/temp-system/common/choose.xml

    r2615 r2684  
    1616  rest there. Alternatively, you can chroot into the temporary system.</para> 
    1717 
    18   <para os="b">The boot method is for when you are building on a different 
     18  <para os="b">The boot method is needed when you are building on a different 
    1919  architecture. For example, if you are building a PowerPC system from 
    2020  an x86, you can't chroot. The chroot method is for when you are 
     
    3636  <para>To chroot, you will also need a Linux Kernel-2.6.x (having been 
    3737  compiled with GCC-3.0 or greater). The reason for the kernel version 
    38   requirement is that thread-local 
    39   storage support in Binutils will not be built and 
    40   the Native POSIX Threading Library (NPTL) test suite will segfault if 
    41   the host's kernel isn't at least a 2.6.x version compiled with a 3.0 or 
    42   later release of GCC.</para> 
     38  requirement is that, without it, thread-local storage support in Binutils 
     39  will not be built and the Native POSIX Threading Library (NPTL) test suite 
     40  will segfault.</para> 
    4341 
    4442  <para>To check your kernel version, run <command>cat /proc/version</command>