Changeset b220f205


Ignore:
Timestamp:
Apr 22, 2006, 12:39:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
5cfc38e
Parents:
520cc17
Message:

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

Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r520cc17 rb220f205  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060421">
     3<!ENTITY version "CLFS-SVN-20060422">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "April 21, 2006">
     18<!ENTITY releasedate "April 22, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/common/changelog.xml

    r520cc17 rb220f205  
    3838
    3939    <listitem>
     40      <para>April 22, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Add example commands to test if chroot is possible,
     44          thanks to William Zhou.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>April 21, 2006</para>
    4151      <itemizedlist>
  • temp-system/common/choose.xml

    r520cc17 rb220f205  
    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>
  • temp-system/mips64-chapter.xml

    r520cc17 rb220f205  
    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>
  • temp-system/sparc64-chapter.xml

    r520cc17 rb220f205  
    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>
  • temp-system/x86_64-chapter.xml

    r520cc17 rb220f205  
    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.