source: BOOK/final-system/sparc64-64/silo.xml @ b47a4a1

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since b47a4a1 was dabbced, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/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  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of Silo</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
28    href="../sparc/silo.xml"
29    xpointer="xpointer(//*[@os='a'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
32    href="../sparc/silo.xml"
33    xpointer="xpointer(//*[@os='b'])"/>
34
35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
36    href="../sparc/silo.xml"
37    xpointer="xpointer(//*[@os='c'])"/>
38
39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
40    href="../sparc/silo.xml"
41    xpointer="xpointer(//*[@os='d'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
44    href="../sparc/silo.xml"
45    xpointer="xpointer(//*[@os='e'])"/>
46
47   <para os="f">Due to a compile issue with the current toolchains, we are going
48   to use the precompiled boot files. This is a temporary fix to the book, but
49   will give us a functional system. As soon as a fix is released, this section
50   will be removed. Here is how you install the precompiled files:</para>
51
52<screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C /</userinput></screen>
53
54  </sect2>
55
56  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57  href="../sparc/silo.xml"
58  xpointer="xpointer(id('contents-silo'))"/>
59
60</sect1>
Note: See TracBrowser for help on using the repository browser.