source: BOOK/final-system/ppc/yaboot.xml @ 0babf98

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 0babf98 was 0babf98, checked in by Jim Gifford <clfs@…>, 18 years ago

r664@server (orig r662): manuel | 2005-11-08 14:13:28 -0800
Removing SBUs and DUs. Chapter final-system, round 2.

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