source: BOOK/final-system/alpha/aboot.xml@ 1cd688b

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1cd688b was 663c5a6, checked in by Jim Gifford <clfs@…>, 19 years ago

r663@server (orig r661): manuel | 2005-11-08 14:00:33 -0800
Removing SBUs and DUs. Chapter final-system, round 1.

  • Property mode set to 100644
File size: 2.0 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-aboot" role="wrap">
11 <?dbhtml filename="aboot.html"?>
12
13 <title>Aboot-&aboot-version;</title>
14
15 <indexterm zone="ch-system-aboot">
16 <primary sortas="a-Aboot">Aboot</primary>
17 </indexterm>
18
19 <sect2 role="package">
20 <title/>
21
22 <para>The aboot package contains the Alpha Bootloder.</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 aboot</title>
37
38 <para os="aa">The following patches addresses build issues with GCC 4.x:</para>
39
40<screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen>
41
42 <para>Compile the package:</para>
43
44<screen><userinput>make</userinput></screen>
45
46 <para>Install the package:</para>
47
48<screen><userinput>make install</userinput></screen>
49
50 </sect2>
51
52 <sect2 id="contents-aboot" role="content">
53 <title>Contents of aboot</title>
54
55 <segmentedlist>
56 <segtitle>Installed programs</segtitle>
57
58 <seglistitem>
59 <seg>Unchecked</seg>
60 </seglistitem>
61 </segmentedlist>
62
63 <variablelist>
64 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
65 <?dbfo list-presentation="list"?>
66 <?dbhtml list-presentation="table"?>
67
68 <varlistentry id="aboot">
69 <term><command>aboot</command></term>
70 <listitem>
71 <para>Need Description</para>
72 <indexterm zone="ch-system-aboot aboot">
73 <primary sortas="a-aboot">aboot</primary>
74 </indexterm>
75 </listitem>
76 </varlistentry>
77
78 </variablelist>
79
80 </sect2>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.