source: BOOK/final-system/ppc/parted.xml @ 3f8be484

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3f8be484 was 3f8be484, checked in by Jim Gifford <clfs@…>, 18 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 2.4 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  <!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>&buildtime;</segtitle>
29      <segtitle>&diskspace;</segtitle>
30
31      <seglistitem>
32        <seg>Not checked yet</seg>
33        <seg>Not checked yet</seg>
34      </seglistitem>
35    </segmentedlist>
36
37    <segmentedlist>
38      <segtitle>&dependencies;</segtitle>
39
40      <seglistitem>
41        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
42        Make, Ncurses, Sed</seg>
43      </seglistitem>
44    </segmentedlist>
45
46  </sect2>
47
48  <sect2 role="installation">
49    <title>Installation of Parted</title>
50
51    <para>Prepare Parted for compilation:</para>
52
53<screen><userinput>./configure --prefix=/usr</userinput></screen>
54
55    <para>Compile the Parted package:</para>
56
57<screen><userinput>make</userinput></screen>
58
59    <para>Install the package:</para>
60
61<screen><userinput>make install</userinput></screen>
62
63  </sect2>
64
65  <sect2 id="contents-parted" role="content">
66    <title>Contents of Parted</title>
67
68    <segmentedlist>
69      <segtitle>Installed programs</segtitle>
70
71      <seglistitem>
72        <seg>Unchecked</seg>
73      </seglistitem>
74    </segmentedlist>
75
76    <variablelist>
77      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
78      <?dbfo list-presentation="list"?>
79      <?dbhtml list-presentation="table"?>
80
81      <varlistentry id="parted">
82        <term><command>parted</command></term>
83        <listitem>
84          <para>Need Description</para>
85          <indexterm zone="ch-system-parted parted">
86            <primary sortas="e-parted">parted</primary>
87          </indexterm>
88        </listitem>
89      </varlistentry>
90
91    </variablelist>
92
93  </sect2>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.