Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

File:
1 edited

Legend:

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

    r5921622 r040521bc  
    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
     
    3434  method.</para>
    3535
     36  <para>To chroot, you will also need a Linux Kernel-2.6.x (having been
     37  compiled with GCC-3.0 or greater). The reason for the kernel version
     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>
     41
     42  <para>To check your kernel version, run <command>cat /proc/version</command>
     43  - if it does not say that you are running a 2.6.2 or later Linux kernel,
     44  compiled with GCC 3.0 or later, you cannot chroot.</para>
     45
    3646  <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
    3747
Note: See TracChangeset for help on using the changeset viewer.