Changeset 58b5286


Ignore:
Timestamp:
Feb 21, 2006, 2:24:08 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e41abfe
Parents:
d8389f5
Message:

r1149@server (orig r1147): chris | 2006-02-05 23:56:31 -0800
Rewrote the boot/chroot choose page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp-system/common/choose.xml

    rd8389f5 r58b5286  
    1111  <title>To Boot or to Chroot?</title>
    1212
    13   <para>The boot method is for when you are building on a different architecture.
    14   Like building PowerPC and x86, you can't chroot.</para>
     13  <para> There are two different ways you can proceed from this point
     14  to build the final system. You can build a kernel, a bootloader, and
     15  a few other utilities, boot into the temporary system, and build the
     16  rest there. The other option is to chroot into the temporary system.
    1517
    16   <para>For the boot method, follow to <xref linkend="chapter-boot"/>.</para>
    17 
    18   <para>The chroot method is for when you are building on the same architecture,
    19   Like building x86 and x86, you simply just chroot. The rule of thumb
    20   here is if the architectures match and you are running the same series kernel
     18  <para>The boot method is for when you are building on a different
     19  architecture. For example, if you are building a PowerPC system from
     20  an x86, you can't chroot. The chroot method is for when you are
     21  building on the same architecture. If you are building on, and for,
     22  an x86 system, you can simply chroot. The rule of thumb here is if
     23  the architectures match and you are running the same series kernel
    2124  you can just chroot. If you aren't running the same series kernel, or are
    2225  wanting to run a different ABI, you will need to use the boot option.</para>
    2326
    24   <para>For the chroot method, follow to <xref linkend="chapter-chroot"/>.</para>
     27  <para>For the boot method, follow <xref linkend="chapter-boot"/>.</para>
     28
     29  <para>For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
    2530
    2631</sect1>
Note: See TracChangeset for help on using the changeset viewer.