Changeset 15138c5 for BOOK/temp-system


Ignore:
Timestamp:
Apr 22, 2006, 12:39:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bd312fe2
Parents:
8efe2bc
Message:

r3107@server (orig r1461): ken | 2006-04-22 12:13:32 -0700
Add commands to see if user can chroot.

Location:
BOOK/temp-system
Files:
2 added
4 edited

Legend:

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

    r8efe2bc r15138c5  
    1111  <title>To Boot or to Chroot?</title>
    1212
    13   <para> There are two different ways you can proceed from this point
     13  <para os="a"> There are two different ways you can proceed from this point
    1414  to build the final system. You can build a kernel, a bootloader, and
    1515  a few other utilities, boot into the temporary system, and build the
    1616  rest there. The other option is to chroot into the temporary system.</para>
    1717
    18   <para>The boot method is for when you are building on a different
     18  <para os="b">The boot method is for when you are building on a different
    1919  architecture. For example, if you are building a PowerPC system from
    2020  an x86, you can't chroot. The chroot method is for when you are
     
    2525  wanting to run a different ABI, you will need to use the boot option.</para>
    2626
    27   <para>For the boot method, follow <xref linkend="chapter-boot"/>.</para>
     27  <para os="c">If you are in any doubt about this, you can try the following
     28 commands to see if you can chroot:</para>
    2829
    29   <para>For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
     30<screen ><userinput>/tools/lib/libc.so.6
     31/tools/bin/gcc -v</userinput></screen>
     32
     33  <para os="d">If these commands fail, you will have to follow the boot
     34  method.</para>
     35
     36  <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
     37
     38  <para os="f">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
    3039
    3140</sect1>
  • BOOK/temp-system/mips64-chapter.xml

    r8efe2bc r15138c5  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    33   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/choose.xml"/>
    3434
    3535</chapter>
  • BOOK/temp-system/sparc64-chapter.xml

    r8efe2bc r15138c5  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    33   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/choose.xml"/>
    3434
    3535</chapter>
  • BOOK/temp-system/x86_64-chapter.xml

    r8efe2bc r15138c5  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    33   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/choose.xml"/>
    3434
    3535</chapter>
Note: See TracChangeset for help on using the changeset viewer.