source: temp-system/common/choose.xml @ c8f39ad

Last change on this file since c8f39ad was c8f39ad, checked in by Jim Gifford <clfs@…>, 18 years ago

r815@server (orig r813): jim | 2005-12-03 10:06:24 -0800

r904@server: jim | 2005-12-03 09:41:35 -0800
Updated choose text in temp-system


  • Property mode set to 100644
File size: 1.0 KB
Line 
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
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>
16
17  <para>For the boot method, follow to <xref linkend="chapter-boot"/>.</para>
18
19  <para>The boot method is for when your building on a same architectures.
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
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.