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/multilib/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/lib64/libc.so.6
    2731/tools/bin/gcc -v</userinput></screen>
    2832
    29   <para os="d">If any of these commands fail, you will have to follow the boot
     33  <para os="f">If any of these commands fail, you will have to follow the boot
    3034  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>
    4035
    4136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4237    href="../common/choose.xml"
    43     xpointer="xpointer(//*[@os='e'])"/>
     38    xpointer="xpointer(//*[@os='g'])"/>
    4439
    4540    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4641    href="../common/choose.xml"
    47     xpointer="xpointer(//*[@os='f'])"/>
     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'])"/>
    4851
    4952</sect1>
Note: See TracChangeset for help on using the changeset viewer.