Changeset bd89ba4


Ignore:
Timestamp:
Sep 10, 2006, 8:39:07 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
1d0c3c6
Parents:
aa0290f3
Message:

Added Host System Requirements page and added more info to Boot/Chroot? page

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/common/changelog.xml

    raa0290f3 rbd89ba4  
    4949           More details at http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
    5050        </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>
    5156      </itemizedlist>
    5257    </listitem>
  • prologue/preface.xml

    raa0290f3 rbd89ba4  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/audience.xml"/>
    1616  <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"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/typography.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/organization.xml"/>
  • temp-system/common/choose.xml

    raa0290f3 rbd89ba4  
    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 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
    3648  <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
    3749
Note: See TracChangeset for help on using the changeset viewer.