source: BOOK/final-system/alpha/aboot.xml@ 0cb480d7

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0cb480d7 was e1153ea, checked in by Jim Gifford <clfs@…>, 18 years ago

r3371@server (orig r1554): chris | 2006-05-10 14:03:44 -0700
Removed dependency info from individual package instructions

  • Property mode set to 100644
File size: 1.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 %general-entities;
6]>
7
8<sect1 id="ch-system-aboot" role="wrap">
9 <?dbhtml filename="aboot.html"?>
10
11 <title>Aboot-&aboot-version;</title>
12
13 <indexterm zone="ch-system-aboot">
14 <primary sortas="a-Aboot">Aboot</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The aboot package contains the Alpha Bootloader.</para>
21
22 </sect2>
23
24 <sect2 role="installation">
25 <title>Installation of aboot</title>
26
27 <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para>
28
29<screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen>
30
31 <para>Compile the 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-aboot" role="content">
42 <title>Contents of aboot</title>
43
44 <segmentedlist>
45 <segtitle>Installed programs</segtitle>
46
47 <seglistitem>
48 <seg>Unchecked</seg>
49 </seglistitem>
50 </segmentedlist>
51
52 <variablelist>
53 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
54 <?dbfo list-presentation="list"?>
55 <?dbhtml list-presentation="table"?>
56
57 <varlistentry id="aboot">
58 <term><command>aboot</command></term>
59 <listitem>
60 <para>Need Description</para>
61 <indexterm zone="ch-system-aboot aboot">
62 <primary sortas="a-aboot">aboot</primary>
63 </indexterm>
64 </listitem>
65 </varlistentry>
66
67 </variablelist>
68
69 </sect2>
70
71</sect1>
Note: See TracBrowser for help on using the repository browser.