source: chapter06/yaboot.xml@ 0b960a2

Last change on this file since 0b960a2 was 2023916, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Fixed validation and Index issues in yaboot.xml.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4804 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-system-yaboot" role="wrap" arch="ppc">
7<title>Yaboot-&yaboot-version;</title>
8<?dbhtml filename="yaboot.html"?>
9
10<indexterm zone="ch-system-yaboot"><primary sortas="a-Yaboot">Yaboot</primary></indexterm>
11
12<sect2 role="package"><title/>
13<para>The Yaboot package contains the PowerPC Boot Loader.</para>
14
15<segmentedlist>
16<segtitle>&buildtime;</segtitle>
17<segtitle>&diskspace;</segtitle>
18<seglistitem><seg>0.2 SBU</seg><seg>10 MB</seg></seglistitem>
19</segmentedlist>
20
21<segmentedlist>
22<segtitle>&dependencies;</segtitle>
23<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
24GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
25</segmentedlist>
26</sect2>
27
28<sect2 role="installation">
29<title>Installation of Yaboot</title>
30
31<para>Yaboot has a compilation error. The following patch properly fixes that issue</para>
32
33<screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
34
35<para>Compile the Yaboot package:</para>
36
37<screen><userinput>make PREFIX=/usr</userinput></screen>
38
39<para>Install the package:</para>
40
41<screen><userinput>make PREFIX=/usr install</userinput></screen>
42
43<para>Move the files need in /boot</para>
44<screen><userinput>install ofboot.b /boot
45install /usr/lib/yaboot/yaboot /boot
46install yaboot.conf /boot
47install boot.msg /boot</userinput></screen>
48
49</sect2>
50
51<sect2 id="contents-yaboot" role="content"><title>Contents of Yaboot</title>
52
53<segmentedlist>
54<segtitle>Installed programs</segtitle>
55<seglistitem><seg>Unchecked</seg></seglistitem>
56</segmentedlist>
57
58<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
59<?dbfo list-presentation="list"?>
60<?dbhtml list-presentation="table"?>
61
62<varlistentry id="ofboot.b">
63<term><command>ofboot.b</command></term>
64<listitem>
65<para>Need Description</para>
66<indexterm zone="ch-system-yaboot ofboot.b"><primary sortas="e-ofboot.b">ofboot.b</primary></indexterm>
67</listitem>
68</varlistentry>
69
70<varlistentry id="yaboot">
71<term><command>yaboot</command></term>
72<listitem>
73<para>Need Description</para>
74<indexterm zone="ch-system-yaboot yaboot"><primary sortas="b-yaboot">yaboot</primary></indexterm>
75</listitem>
76</varlistentry>
77
78<varlistentry id="yaboot.conf">
79<term><command>yaboot.conf</command></term>
80<listitem>
81<para>Need Description</para>
82<indexterm zone="ch-system-yaboot yaboot.conf"><primary sortas="e-yaboot.conf">yaboot.conf</primary></indexterm>
83</listitem>
84</varlistentry>
85
86<varlistentry id="boot.msg">
87<term><command>boot.msg</command></term>
88<listitem>
89<para>Need Description</para>
90<indexterm zone="ch-system-yaboot boot.msg"><primary sortas="e-boot.msg">yaboot-boot.msg</primary></indexterm>
91</listitem>
92</varlistentry>
93
94</variablelist>
95
96</sect2>
97
98</sect1>
Note: See TracBrowser for help on using the repository browser.