source: BOOK/final-system/ppc/yaboot.xml@ 222ffba

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 222ffba was 291bd8b, checked in by Jim Gifford <clfs@…>, 16 years ago

Updated Yaboot to 1.3.14

  • Property mode set to 100644
File size: 4.7 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-system-yaboot" role="wrap">
9 <?dbhtml filename="yaboot.html"?>
10
11 <title>Yaboot-&yaboot-version;</title>
12
13 <indexterm zone="ch-system-yaboot">
14 <primary sortas="a-Yaboot">Yaboot</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Yaboot package contains a PowerPC Boot Loader for machines using
21 Open Firmware such as NewWorld Macintoshes.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of Yaboot</title>
27
28 <para os="a">The supplied man pages have <filename
29 class="directory">/usr/local</filename> in the text. This sed will correct
30 that:</para>
31
32<screen os="b"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
33
34 <para os="c">Compile the package:</para>
35
36<screen os="d"><userinput>make PREFIX=/usr</userinput></screen>
37
38 <para os="e">Install the package:</para>
39
40<screen os="f"><userinput>make PREFIX=/usr install</userinput></screen>
41
42 </sect2>
43
44 <sect2 id="contents-yaboot" role="content">
45 <title>Contents of Yaboot</title>
46
47 <segmentedlist>
48 <segtitle>Installed programs</segtitle>
49 <segtitle>Installed files</segtitle>
50
51 <seglistitem>
52 <seg>addnote, mkofboot (link to ybin), ofboot, ofpath, yaboot,
53 yabootconfig, ybin</seg>
54 <seg>yaboot.conf</seg>
55 </seglistitem>
56 </segmentedlist>
57
58 <variablelist>
59 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
60 <?dbfo list-presentation="list"?>
61 <?dbhtml list-presentation="table"?>
62
63 <varlistentry id="addnote">
64 <term><command>addnote</command></term>
65 <listitem>
66 <para>For IBM CHRP machines, add a PT_NOTE program header
67 entry to an elf file so that it can be booted.</para>
68 <indexterm zone="ch-system-yaboot addnote">
69 <primary sortas="b-addnote">addnote</primary>
70 </indexterm>
71 </listitem>
72 </varlistentry>
73
74 <varlistentry id="mkofboot">
75 <term><command>mkofboot</command></term>
76 <listitem>
77 <para>Format the bootstrap partition and install the yaboot
78 boot loader.</para>
79 <indexterm zone="ch-system-yaboot mkofboot">
80 <primary sortas="b-mkofboot">mkofboot</primary>
81 </indexterm>
82 </listitem>
83 </varlistentry>
84
85 <varlistentry id="ofboot">
86 <term><command>ofboot</command></term>
87 <listitem>
88 <para>Script to format the boot menu using yaboot.conf and
89 write the resulting Open Firmware code to the bootstrap.</para>
90 <indexterm zone="ch-system-yaboot ofboot">
91 <primary sortas="b-ofboot">ofboot</primary>
92 </indexterm>
93 </listitem>
94 </varlistentry>
95
96 <varlistentry id="ofpath">
97 <term><command>ofpath</command></term>
98 <listitem>
99 <para>Determine Open Firmware path corresponding to a device
100 node.</para>
101 <indexterm zone="ch-system-yaboot ofpath">
102 <primary sortas="b-ofpath">ofpath</primary>
103 </indexterm>
104 </listitem>
105 </varlistentry>
106
107 <varlistentry id="yaboot">
108 <term><command>yaboot</command></term>
109 <listitem>
110 <para>Open Firmware boot loader.</para>
111 <indexterm zone="ch-system-yaboot yaboot">
112 <primary sortas="b-yaboot">yaboot</primary>
113 </indexterm>
114 </listitem>
115 </varlistentry>
116
117 <varlistentry id="yabootconfig">
118 <term><command>yabootconfig</command></term>
119 <listitem>
120 <para>Generate and install a simple yaboot.conf.</para>
121 <indexterm zone="ch-system-yaboot yabootconfig">
122 <primary sortas="b-yabootconfig">yabootconfig</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 <varlistentry id="ybin">
128 <term><command>ybin</command></term>
129 <listitem>
130 <para>Shell script to update or install the boot loader
131 on a bootstrap partition.</para>
132 <indexterm zone="ch-system-yaboot ybin">
133 <primary sortas="b-ybin">ybin</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="yaboot.conf">
139 <term><filename>yaboot.conf</filename></term>
140 <listitem>
141 <para>Configuration file used by <command>ybin</command> to determine
142 how to install <command>yaboot</command> on the bootstrap partition.</para>
143 <indexterm zone="ch-system-yaboot yaboot.conf">
144 <primary sortas="e-yaboot.conf">yaboot.conf</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.