Changeset b220f205 for temp-system/common
- Timestamp:
- Apr 22, 2006, 12:39:45 PM (19 years ago)
- Children:
- 5cfc38e
- Parents:
- 520cc17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.