source: BOOK/final-system/mips/dvhtool.xml@ fadf920

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since fadf920 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: 2.4 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-dvhtool" role="wrap">
9 <?dbhtml filename="dvhtool.html"?>
10
11 <title>Dvhtool-&dvhtool-version;</title>
12
13 <indexterm zone="ch-system-dvhtool">
14 <primary sortas="a-Dvhtool">Dvhtool</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Dvhtool package is used to manipulate volume headers
21 of devices using sgi disk labels.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of Dvhtool</title>
27
28 <note os="a">
29 <para>This program is required for the Arcload bootloader, which is for
30 SGI Workstations and SGI Servers based on MIPS Processors.</para>
31 </note>
32
33 <para os="b">This patch updates for the Arcload bootloader:</para>
34
35<screen os="c"><userinput>patch -Np1 -i ../&dvhtool-fixes-patch;</userinput></screen>
36
37 <para os="d">Prepare Dvhtool for compilation:</para>
38
39<screen os="e"><userinput>./configure --prefix=/usr</userinput></screen>
40
41 <para os="f">Compile the package:</para>
42
43<screen os="g"><userinput>make</userinput></screen>
44
45 <para os="h">Install the package:</para>
46
47<screen os="i"><userinput>make install</userinput></screen>
48
49 </sect2>
50
51 <sect2 id="contents-dvhtool" role="content">
52 <title>Contents of Dvhtool</title>
53
54 <segmentedlist>
55 <segtitle>Installed programs</segtitle>
56
57 <seglistitem>
58 <seg>To be Determined</seg>
59 </seglistitem>
60 </segmentedlist>
61
62<!--
63 <variablelist>
64 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
65 <?dbfo list-presentation="list"?>
66 <?dbhtml list-presentation="table"?>
67
68 <varlistentry id="colo-chain.elf">
69 <term><command>colo</command></term>
70 <listitem>
71 <para>Is the Cobalt Bootloader's chain mode executeable. This
72 file gets gzipped and renamed to <filename>vmlinux.gz</filename>,
73 so it can be booted automatically by the Cobalt's existing
74 firmware</para>
75 <indexterm zone="ch-system-colo colo-chain.elf">
76 <primary sortas="b-colo-chain.elf">colo-chain.elf</primary>
77 </indexterm>
78 </listitem>
79 </varlistentry>
80
81 </variablelist>
82-->
83
84 </sect2>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.