source: final-system/ppc/parted.xml@ f7683d44

Last change on this file since f7683d44 was 2659c74, checked in by Jim Gifford <clfs@…>, 19 years ago

r677@server (orig r675): manuel | 2005-11-10 03:13:57 -0800
Including patches.ent from general.ent

  • Property mode set to 100644
File size: 2.1 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 <segmentedlist>
26 <segtitle>&dependencies;</segtitle>
27
28 <seglistitem>
29 <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
30 Make, Ncurses, Sed</seg>
31 </seglistitem>
32 </segmentedlist>
33
34 </sect2>
35
36 <sect2 role="installation">
37 <title>Installation of Parted</title>
38
39 <para>Prepare Parted for compilation:</para>
40
41<screen><userinput>./configure --prefix=/usr</userinput></screen>
42
43 <para>Compile the Parted package:</para>
44
45<screen><userinput>make</userinput></screen>
46
47 <para>Install the package:</para>
48
49<screen><userinput>make install</userinput></screen>
50
51 </sect2>
52
53 <sect2 id="contents-parted" role="content">
54 <title>Contents of Parted</title>
55
56 <segmentedlist>
57 <segtitle>Installed programs</segtitle>
58
59 <seglistitem>
60 <seg>Unchecked</seg>
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
69 <varlistentry id="parted">
70 <term><command>parted</command></term>
71 <listitem>
72 <para>Need Description</para>
73 <indexterm zone="ch-system-parted parted">
74 <primary sortas="e-parted">parted</primary>
75 </indexterm>
76 </listitem>
77 </varlistentry>
78
79 </variablelist>
80
81 </sect2>
82
83</sect1>
Note: See TracBrowser for help on using the repository browser.