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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since aa18ac0 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated trunk book sources to use DocBook?-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.3 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-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 fixes build issues with Dvhtool and adds support
34    for LVM and Linux partitions:</para>
35
36<screen os="c"><userinput>patch -Np1 -i ../&dvhtool-fixes-patch;</userinput></screen>
37
38    <para os="d">Prepare Dvhtool  for compilation:</para>
39
40<screen os="e"><userinput>./configure --prefix=/usr</userinput></screen>
41
42    <para os="f">Compile the package:</para>
43
44<screen os="g"><userinput>make</userinput></screen>
45
46    <para os="h">Install the package:</para>
47
48<screen os="i"><userinput>make install</userinput></screen>
49
50  </sect2>
51
52  <sect2 id="contents-dvhtool" role="content">
53    <title>Contents of Dvhtool</title>
54
55    <segmentedlist>
56      <segtitle>Installed programs</segtitle>
57
58      <seglistitem>
59        <seg>dvhtool</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="dvhtool">
69        <term><command>dvhtool</command></term>
70        <listitem>
71          <para>A utility for displaying SGI disk partition and volume header
72          information as well as for copying files to and from the volume
73          header</para>
74          <indexterm zone="ch-system-dvhtool dvhtool">
75            <primary sortas="b-dvhtool">dvhtool</primary>
76          </indexterm>
77        </listitem>
78      </varlistentry>
79
80    </variablelist>
81
82  </sect2>
83
84</sect1>
Note: See TracBrowser for help on using the repository browser.