- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/choose.xml
r65ab9ce raa18ac0 34 34 method.</para> 35 35 36 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater 37 (having been compiled with GCC-4.1.2 or greater). The reason for the 38 kernel version requirement is that eglibc is built to generate the library 39 for the smallest version of the Linux kernel expected to be supported.</para> 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> 40 41 41 42 <para>To check your kernel version, run <command>cat /proc/version</command> 42 - if it does not say that you are running a 2.6. 32 or later Linux kernel,43 compiled with GCC 4.1.2or later, you cannot chroot.</para>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> 44 45 45 46 <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.