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

systemd
Last change on this file since bddad35 was 7cd7f99, checked in by Chris Staub <chris@…>, 9 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[0935d01]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[0935d01]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
[040521bc]33 <para os="b">This patch fixes build issues with Dvhtool and adds support
34 for LVM and Linux partitions:</para>
[0935d01]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
[7cd7f99]40<screen os="e"><userinput>./configure \
41 --prefix=/usr</userinput></screen>
[0935d01]42
43 <para os="f">Compile the package:</para>
44
45<screen os="g"><userinput>make</userinput></screen>
46
47 <para os="h">Install the package:</para>
48
49<screen os="i"><userinput>make install</userinput></screen>
50
51 </sect2>
52
53 <sect2 id="contents-dvhtool" role="content">
54 <title>Contents of Dvhtool</title>
55
56 <segmentedlist>
57 <segtitle>Installed programs</segtitle>
58
59 <seglistitem>
[040521bc]60 <seg>dvhtool</seg>
[0935d01]61 </seglistitem>
62 </segmentedlist>
63
64 <variablelist>
65 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66 <?dbfo list-presentation="list"?>
67 <?dbhtml list-presentation="table"?>
68
[040521bc]69 <varlistentry id="dvhtool">
70 <term><command>dvhtool</command></term>
[0935d01]71 <listitem>
[040521bc]72 <para>A utility for displaying SGI disk partition and volume header
73 information as well as for copying files to and from the volume
74 header</para>
75 <indexterm zone="ch-system-dvhtool dvhtool">
76 <primary sortas="b-dvhtool">dvhtool</primary>
[0935d01]77 </indexterm>
78 </listitem>
79 </varlistentry>
80
81 </variablelist>
82
83 </sect2>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.