Ignore:
Timestamp:
May 29, 2014, 12:40:16 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
e5ca899d
Parents:
cdc0f7c
Message:

Moved details about booting/chrooting from how.xml to choose.xml

File:
1 edited

Legend:

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

    rcdc0f7c r8bfae90  
    2323    xpointer="xpointer(//*[@os='c'])"/>
    2424
    25 <screen ><userinput>/tools/lib/libc.so.6
     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
    2630/tools/lib32/libc.so.6
    2731/tools/lib64/libc.so.6
     
    3034    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3135    href="../multilib/choose.xml"
    32     xpointer="xpointer(//*[@os='d'])"/>
    33 
    34   <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater (having been compiled with GCC-4.1.2 or greater). The reason for the kernel version requirement is that Glibc is built to generate the library for the smallest version of the Linux kernel expected to be supported.</para>
    35 
    36   <para>To check your kernel version, run <command>cat /proc/version</command> - if it does not say that you are running a 2.6.32 or later Linux kernel, compiled with GCC 4.1.2 or later, you cannot chroot.</para>
     36    xpointer="xpointer(//*[@os='f'])"/>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3939    href="../common/choose.xml"
    40     xpointer="xpointer(//*[@os='e'])"/>
     40    xpointer="xpointer(//*[@os='g'])"/>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4343    href="../common/choose.xml"
    44     xpointer="xpointer(//*[@os='f'])"/>
     44    xpointer="xpointer(//*[@os='h'])"/>
     45
     46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     47    href="../common/choose.xml"
     48    xpointer="xpointer(//*[@os='i'])"/>
     49
     50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     51    href="../common/choose.xml"
     52    xpointer="xpointer(//*[@os='j'])"/>
    4553
    4654</sect1>
Note: See TracChangeset for help on using the changeset viewer.