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

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

r917@server (orig r915): ken | 2005-12-19 14:39:53 -0800
Rewording for choose, to mention kernel series

  • 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 you are building on a different architecture.
14  Like building PowerPC and x86, you can't chroot.</para>
15
16  <para>For the boot method, follow to <xref linkend="chapter-boot"/>.</para>
17
18  <para>The chroot method is for when you are building on the same architecture,
19  Like building x86 and x86, you simply just chroot. The rule of thumb
20  here is if the architectures match and you are running the same series kernel
21  you can just chroot. If you aren't running the same series kernel, or are
22  wanting to run a different ABI, you will need to use the boot option.</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.