source: chapter06/yaboot.xml@ 8d5ffbfd

Last change on this file since 8d5ffbfd was a0e1913, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Removed the package name from the dependencies titles.

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

  • Property mode set to 100644
File size: 1.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>Compile the Yaboot package:</para>
32
33<screen><userinput>make</userinput></screen>
34
35<para>Install the package:</para>
36
37<screen><userinput>make install</userinput></screen>
38
39</sect2>
40
41<sect2 id="contents-yaboot" role="content"><title>Contents of Yaboot</title>
42
43<segmentedlist>
44<segtitle>Installed programs</segtitle>
45<seglistitem><seg>Unchecked</seg></seglistitem>
46</segmentedlist>
47<!--
48<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
49<?dbfo list-presentation="list"?>
50<?dbhtml list-presentation="table"?>
51
52
53<varlistentry id="yaboot-rom-image.bin">
54<term><command>yaboot-rom-image.bin</command></term>
55<listitem>
56<para>Is a replacement firmware for the Cobalt's standard firmware</para>
57<indexterm zone="ch-system-yaboot yaboot-rom-image.bin"><primary sortas="b-yaboot-rom-image.bin">yaboot-rom-image.bin</primary></indexterm>
58</listitem>
59</varlistentry>
60
61</variablelist>
62-->
63
64</sect2>
65
66
67</sect1>
Note: See TracBrowser for help on using the repository browser.