source: BOOK/final-system/sparc/silo.xml@ 4ba982a3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 4ba982a3 was 0babf98, checked in by Jim Gifford <clfs@…>, 19 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: 2.4 KB
RevLine 
[3f8be484]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>&dependencies;</segtitle>
26
27 <seglistitem>
28 <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
29 Make, Ncurses, Sed, ELFtoaout</seg>
30 </seglistitem>
31 </segmentedlist>
32
33 </sect2>
34
35 <sect2 role="installation">
36 <title>Installation of Silo</title>
37
38 <para os="a">The following patch fixes compile issues::</para>
39
40<screen os="b"><userinput>patch -Np1 -i ../&silo-fixes-patch;</userinput></screen>
41
42 <para os="c">Compile the Silo package:</para>
43
44<screen><userinput>make</userinput></screen>
45
46 <para os="d">Install the package:</para>
47
48<screen os="e"><userinput>make install</userinput></screen>
49
50 <para os="f">Due to a compile issue with the current toolchains, we are going
51 to use the precompiled boot files. This is a temporary fix to the book, but
52 will give us a functional system. As soon as a fix is released, this section
53 will be removed. Here is how you install the precompiled files:</para>
54
55<screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C ${LFS}</userinput></screen>
56
57 </sect2>
58
59 <sect2 id="contents-silo" role="content">
60 <title>Contents of Silo</title>
61
62 <segmentedlist>
63 <segtitle>Installed programs</segtitle>
64
65 <seglistitem>
66 <seg>Unchecked</seg>
67 </seglistitem>
68 </segmentedlist>
69
70 <variablelist>
71 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
72 <?dbfo list-presentation="list"?>
73 <?dbhtml list-presentation="table"?>
74
75 <varlistentry id="silo">
76 <term><command>silo</command></term>
77 <listitem>
78 <para>Need Description</para>
79 <indexterm zone="ch-system-silo silo">
80 <primary sortas="a-silo">silo</primary>
81 </indexterm>
82 </listitem>
83 </varlistentry>
84
85 </variablelist>
86
87 </sect2>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.