source: BOOK/final-system/ppc/parted.xml @ 55ab27c

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

r3293@server (orig r1525): ken | 2006-05-05 14:04:09 -0700
Get ppc64 final-system mostly working.

  • Property mode set to 100644
File size: 2.2 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 os="a">Prepare Parted for compilation:</para>
40
41<screen><userinput>./configure --prefix=/usr</userinput></screen>
42
43    <para os="c">Compile the Parted package:</para>
44
45<screen os="d"><userinput>make</userinput></screen>
46
47    <para os="e">Install the package:</para>
48
49<screen os="f"><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.