source: final-system/ppc/parted.xml@ 9222d1bf

Last change on this file since 9222d1bf was 0f06076, 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.9 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-parted" role="wrap">
9 <?dbhtml filename="parted.html"?>
10
11 <title>Parted-&parted-version;</title>
12
13 <indexterm zone="ch-system-parted">
14 <primary sortas="a-Parted">Parted</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>Parted is a program for creating, copying and modifying partitions,
21 and the file systems on them. Parted is especially useful on PPC machines
22 in that, unlike <command>fdisk</command>, it accurately reads Macintosh
23 partition maps.</para>
24
25 </sect2>
26
27 <sect2 role="installation">
28 <title>Installation of Parted</title>
29
30 <para os="a">Prepare Parted for compilation:</para>
31
32<screen><userinput>./configure --prefix=/usr</userinput></screen>
33
34 <para os="c">Compile the Parted package:</para>
35
36<screen os="d"><userinput>make</userinput></screen>
37
38 <para os="e">Install the package:</para>
39
40<screen os="f"><userinput>make install</userinput></screen>
41
42 </sect2>
43
44 <sect2 id="contents-parted" role="content">
45 <title>Contents of Parted</title>
46
47 <segmentedlist>
48 <segtitle>Installed programs</segtitle>
49
50 <seglistitem>
51 <seg>Unchecked</seg>
52 </seglistitem>
53 </segmentedlist>
54
55 <variablelist>
56 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
57 <?dbfo list-presentation="list"?>
58 <?dbhtml list-presentation="table"?>
59
60 <varlistentry id="parted">
61 <term><command>parted</command></term>
62 <listitem>
63 <para>Need Description</para>
64 <indexterm zone="ch-system-parted parted">
65 <primary sortas="e-parted">parted</primary>
66 </indexterm>
67 </listitem>
68 </varlistentry>
69
70 </variablelist>
71
72 </sect2>
73
74</sect1>
Note: See TracBrowser for help on using the repository browser.