source: BOOK/boot/ppc64/yaboot.xml@ 58ff30e

clfs-3.0.0-sysvinit sysvinit
Last change on this file since 58ff30e 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
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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
18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
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
25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26 href="../ppc/yaboot.xml"
27 xpointer="xpointer(//*[@os='d'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
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
38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39 href="../ppc/yaboot.xml"
40 xpointer="xpointer(//*[@os='f'])"/>
41
42 <para os="f2">It is also appropriate if you are running an old 32-bit Linux
43 kernel on a 64-bit machine, or if the kernel personality has been forced to
44 32-bit.</para>
45
46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
47 href="../ppc/yaboot.xml"
48 xpointer="xpointer(//*[@os='g'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51 href="../ppc/yaboot.xml"
52 xpointer="xpointer(//*[@os='h'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
55 href="../../bootable/ppc/yaboot.xml"
56 xpointer="xpointer(//*[@os='r'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59 href="../ppc/yaboot.xml"
60 xpointer="xpointer(//*[@os='j'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
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.