source: BOOK/boot/ppc64/yaboot.xml@ 44472aa

clfs-3.0.0-sysvinit sysvinit
Last change on this file since 44472aa was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[bc5db55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[bc5db55]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-boot-yaboot">
9 <?dbhtml filename="yaboot.html"?>
10
11 <title>Making the Temporary System Bootable</title>
12
13 <indexterm zone="ch-boot-yaboot">
14 <primary sortas="a-Yaboot">Yaboot</primary>
15 <secondary>boot, configuring</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]19 href="../ppc/yaboot.xml"
20 xpointer="xpointer(//*[@os='a'])"/>
21
22 <sect2 role=".">
23 <title>Copying the bootloader to OSX and booting from OF.</title>
24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]26 href="../ppc/yaboot.xml"
27 xpointer="xpointer(//*[@os='d'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]30 href="../ppc/yaboot.xml"
31 xpointer="xpointer(//*[@os='e'])"/>
32
33 </sect2>
34
35 <sect2 role=".">
36 <title>Using a CD to set up the bootstrap partition.</title>
37
[dabbced]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]39 href="../ppc/yaboot.xml"
40 xpointer="xpointer(//*[@os='f'])"/>
41
[a1fb12f]42 <para os="f2">It is also appropriate if you are running an old 32-bit Linux
[bc5db55]43 kernel on a 64-bit machine, or if the kernel personality has been forced to
44 32-bit.</para>
45
[dabbced]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]47 href="../ppc/yaboot.xml"
48 xpointer="xpointer(//*[@os='g'])"/>
49
[dabbced]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]51 href="../ppc/yaboot.xml"
52 xpointer="xpointer(//*[@os='h'])"/>
53
[dabbced]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]55 href="../../bootable/ppc/yaboot.xml"
56 xpointer="xpointer(//*[@os='r'])"/>
57
[dabbced]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]59 href="../ppc/yaboot.xml"
60 xpointer="xpointer(//*[@os='j'])"/>
61
[dabbced]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc5db55]63 href="../../bootable/ppc/yaboot.xml"
64 xpointer="xpointer(//*[@os='t'])"/>
65
66<screen os="u" role="nodump"><userinput>PATH_PREFIX=/tools mkofboot</userinput></screen>
67
68 </sect2>
69
70</sect1>
Note: See TracBrowser for help on using the repository browser.