Last change
on this file since 62ceb05 was 9a636be, checked in by Jim Gifford <clfs@…>, 19 years ago |
r838@server (orig r836): jim | 2005-12-05 22:59:47 -0800
r947@server: jim | 2005-12-05 22:31:06 -0800
Fixed typo on choose page.
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-temp-system-choose">
|
---|
| 9 | <?dbhtml filename="choose.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>To Boot or to Chroot?</title>
|
---|
| 12 |
|
---|
[c8f39ad] | 13 | <para>The boot method is for when your building on a different architectures.
|
---|
| 14 | Like building PowerPC and x86, you simply just can't chroot. The rule of thumb
|
---|
| 15 | here is if the architectures don't match you can't use.</para>
|
---|
[bf8c11f] | 16 |
|
---|
| 17 | <para>For the boot method, follow to <xref linkend="chapter-boot"/>.</para>
|
---|
| 18 |
|
---|
[9a636be] | 19 | <para>The chroot method is for when your building on a same architectures.
|
---|
[c8f39ad] | 20 | Like building x86 and x86, you simply just chroot. The rule of thumb
|
---|
| 21 | here is if the architectures match you can use. Also x86 to x86_64, you
|
---|
| 22 | can not chroot, you will have to use the boot method.</para>
|
---|
| 23 |
|
---|
[bf8c11f] | 24 | <para>For the chroot method, follow to <xref linkend="chapter-chroot"/>.</para>
|
---|
| 25 |
|
---|
| 26 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.