Changeset b220f205
- Timestamp:
- Apr 22, 2006, 12:39:45 PM (19 years ago)
- Children:
- 5cfc38e
- Parents:
- 520cc17
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r520cc17 rb220f205 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006042 1">3 <!ENTITY version "CLFS-SVN-20060422"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "April 2 1, 2006">18 <!ENTITY releasedate "April 22, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
introduction/common/changelog.xml
r520cc17 rb220f205 38 38 39 39 <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> 40 50 <para>April 21, 2006</para> 41 51 <itemizedlist> -
temp-system/common/choose.xml
r520cc17 rb220f205 11 11 <title>To Boot or to Chroot?</title> 12 12 13 <para > There are two different ways you can proceed from this point13 <para os="a"> There are two different ways you can proceed from this point 14 14 to build the final system. You can build a kernel, a bootloader, and 15 15 a few other utilities, boot into the temporary system, and build the 16 16 rest there. The other option is to chroot into the temporary system.</para> 17 17 18 <para >The boot method is for when you are building on a different18 <para os="b">The boot method is for when you are building on a different 19 19 architecture. For example, if you are building a PowerPC system from 20 20 an x86, you can't chroot. The chroot method is for when you are … … 25 25 wanting to run a different ABI, you will need to use the boot option.</para> 26 26 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> 28 29 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> 30 39 31 40 </sect1> -
temp-system/mips64-chapter.xml
r520cc17 rb220f205 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/> 32 32 <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"/> 34 34 35 35 </chapter> -
temp-system/sparc64-chapter.xml
r520cc17 rb220f205 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/> 32 32 <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"/> 34 34 35 35 </chapter> -
temp-system/x86_64-chapter.xml
r520cc17 rb220f205 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/> 32 32 <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"/> 34 34 35 35 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.