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

Last change on this file since e53db169 was 0877a18, checked in by Jim Gifford <clfs@…>, 19 years ago

r664@server (orig r662): manuel | 2005-11-08 14:13:28 -0800
Removing SBUs and DUs. Chapter final-system, round 2.

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[bf8c11f]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 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-parted" role="wrap">
11 <?dbhtml filename="parted.html"?>
12
13 <title>Parted-&parted-version;</title>
14
15 <indexterm zone="ch-system-parted">
16 <primary sortas="a-Parted">Parted</primary>
17 </indexterm>
18
19 <sect2 role="package">
20 <title/>
21
22 <para>Parted is a program for creating, copying and modifying partitions,
23 and the file systems on them. Parted is especially useful on PPC machines
24 in that, unlike <command>fdisk</command>, it accurately reads Macintosh
25 partition maps.</para>
26
27 <segmentedlist>
28 <segtitle>&dependencies;</segtitle>
29
30 <seglistitem>
31 <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
32 Make, Ncurses, Sed</seg>
33 </seglistitem>
34 </segmentedlist>
35
36 </sect2>
37
38 <sect2 role="installation">
39 <title>Installation of Parted</title>
40
41 <para>Prepare Parted for compilation:</para>
42
43<screen><userinput>./configure --prefix=/usr</userinput></screen>
44
45 <para>Compile the Parted package:</para>
46
47<screen><userinput>make</userinput></screen>
48
49 <para>Install the package:</para>
50
51<screen><userinput>make install</userinput></screen>
52
53 </sect2>
54
55 <sect2 id="contents-parted" role="content">
56 <title>Contents of Parted</title>
57
58 <segmentedlist>
59 <segtitle>Installed programs</segtitle>
60
61 <seglistitem>
62 <seg>Unchecked</seg>
63 </seglistitem>
64 </segmentedlist>
65
66 <variablelist>
67 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
68 <?dbfo list-presentation="list"?>
69 <?dbhtml list-presentation="table"?>
70
71 <varlistentry id="parted">
72 <term><command>parted</command></term>
73 <listitem>
74 <para>Need Description</para>
75 <indexterm zone="ch-system-parted parted">
76 <primary sortas="e-parted">parted</primary>
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.