source: BOOK/final-system/ppc/yaboot.xml@ 2bdaa81

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 2bdaa81 was 2bdaa81, checked in by William Harrington <kb0iic@…>, 12 years ago

Add yaboot stubfuncs patch entries.

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