source: BOOK/final-system/sparc/silo.xml @ 3f8be484

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

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

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