Changeset bd89ba4
- Timestamp:
- Sep 10, 2006, 8:39:07 PM (18 years ago)
- Children:
- 1d0c3c6
- Parents:
- aa0290f3
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/changelog.xml
raa0290f3 rbd89ba4 49 49 More details at http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para> 50 50 </listitem> 51 <listitem> 52 <para>[Chris] - Added Host System Requiremets page, and added more 53 info to the "To Boot or Chroot?" page about needing a 2.6.x Linux 54 kernel to chroot.</para> 55 </listitem> 51 56 </itemizedlist> 52 57 </listitem> -
prologue/preface.xml
raa0290f3 rbd89ba4 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/audience.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/prerequisites.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hostreqs.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/typography.xml"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/organization.xml"/> -
temp-system/common/choose.xml
raa0290f3 rbd89ba4 34 34 method.</para> 35 35 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 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> 43 44 <para>To check your kernel version, run <command>cat /proc/version</command> 45 - if it does not say that you are running a 2.6.2 or later Linux kernel, 46 compiled with GCC 3.0 or later, you cannot chroot.</para> 47 36 48 <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para> 37 49
Note:
See TracChangeset
for help on using the changeset viewer.