Ignore:
File:
1 edited

Legend:

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

    r8bfae90 rd785e9d  
    2323    xpointer="xpointer(//*[@os='c'])"/>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/choose.xml"
    27     xpointer="xpointer(//*[@os='d'])"/>
    28 
    29 <screen os="e"><userinput>/tools/lib/libc.so.6
     25<screen ><userinput>/tools/lib/libc.so.6
    3026/tools/lib64/libc.so.6
    3127/tools/bin/gcc -v</userinput></screen>
    3228
    33   <para os="f">If any of these commands fail, you will have to follow the boot
     29  <para os="d">If any of these commands fail, you will have to follow the boot
    3430  method.</para>
     31
     32  <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater
     33  (having been compiled with GCC-4.1.2 or greater). The reason for the
     34  kernel version requirement is that Glibc is built to generate the library
     35  for the smallest version of the Linux kernel expected to be supported.</para>
     36
     37  <para>To check your kernel version, run <command>cat /proc/version</command>
     38  - if it does not say that you are running a 2.6.32 or later Linux kernel,
     39  compiled with GCC 4.1.2 or later, you cannot chroot.</para>
    3540
    3641    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3742    href="../common/choose.xml"
    38     xpointer="xpointer(//*[@os='g'])"/>
     43    xpointer="xpointer(//*[@os='e'])"/>
    3944
    4045    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4146    href="../common/choose.xml"
    42     xpointer="xpointer(//*[@os='h'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../common/choose.xml"
    46     xpointer="xpointer(//*[@os='i'])"/>
    47 
    48     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/choose.xml"
    50     xpointer="xpointer(//*[@os='j'])"/>
     47    xpointer="xpointer(//*[@os='f'])"/>
    5148
    5249</sect1>
Note: See TracChangeset for help on using the changeset viewer.