source: final-system/sparc/silo.xml @ 2659c74

Last change on this file since 2659c74 was 2659c74, checked in by Jim Gifford <clfs@…>, 18 years ago

r677@server (orig r675): manuel | 2005-11-10 03:13:57 -0800
Including patches.ent from general.ent

  • Property mode set to 100644
File size: 2.4 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  %general-entities;
6]>
7
8<sect1 id="ch-system-silo" role="wrap">
9  <?dbhtml filename="silo.html"?>
10
11  <title>Silo-&silo-version;</title>
12
13  <indexterm zone="ch-system-silo">
14    <primary sortas="a-Silo">Silo</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Silo package contains the Sparc Improved boot LOader.</para>
21
22    <segmentedlist>
23      <segtitle>&dependencies;</segtitle>
24
25      <seglistitem>
26      <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
27      Make, Ncurses, Sed, ELFtoaout</seg>
28      </seglistitem>
29    </segmentedlist>
30
31  </sect2>
32
33  <sect2 role="installation">
34    <title>Installation of Silo</title>
35
36    <para os="a">The following patch fixes compile issues::</para>
37
38<screen os="b"><userinput>patch -Np1 -i ../&silo-fixes-patch;</userinput></screen>
39
40    <para os="c">Compile the Silo package:</para>
41
42<screen><userinput>make</userinput></screen>
43
44    <para os="d">Install the package:</para>
45
46<screen os="e"><userinput>make install</userinput></screen>
47
48   <para os="f">Due to a compile issue with the current toolchains, we are going
49   to use the precompiled boot files. This is a temporary fix to the book, but
50   will give us a functional system. As soon as a fix is released, this section
51   will be removed. Here is how you install the precompiled files:</para>
52
53<screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C ${LFS}</userinput></screen>
54
55  </sect2>
56
57  <sect2 id="contents-silo" role="content">
58    <title>Contents of Silo</title>
59
60    <segmentedlist>
61      <segtitle>Installed programs</segtitle>
62
63      <seglistitem>
64        <seg>Unchecked</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="silo">
74        <term><command>silo</command></term>
75        <listitem>
76          <para>Need Description</para>
77          <indexterm zone="ch-system-silo silo">
78            <primary sortas="a-silo">silo</primary>
79          </indexterm>
80        </listitem>
81      </varlistentry>
82
83    </variablelist>
84
85  </sect2>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.