source: chapter06/parted.xml@ 0b960a2

Last change on this file since 0b960a2 was a0a1808, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago

Added parted.xml for the ppc arch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-system-parted" role="wrap" arch="ppc">
7<title>Parted-&parted-version;</title>
8<?dbhtml filename="parted.html"?>
9
10<indexterm zone="ch-system-parted"><primary sortas="a-Parted">Parted</primary></indexterm>
11
12<sect2 role="package"><title/>
13<para>Parted is a program for creating, copying and modifying partitions, and the file systems on them.
14Parted is especially useful on ppc machines in that, unlike fdisk, it accurately reads Macintosh partition maps.
15</para>
16
17<segmentedlist>
18<segtitle>&buildtime;</segtitle>
19<segtitle>&diskspace;</segtitle>
20<seglistitem><seg>0.2 SBU</seg><seg>10 MB</seg></seglistitem>
21</segmentedlist>
22
23<segmentedlist>
24<segtitle>&dependencies;</segtitle>
25<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
26GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
27</segmentedlist>
28</sect2>
29
30<sect2 role="installation">
31<title>Installation of Parted</title>
32
33<para>Prepare Parted for compilation:</para>
34
35<screen><userinput>./configure --prefix=/usr</userinput></screen>
36
37<para>Compile the Parted package:</para>
38
39<screen><userinput>make</userinput></screen>
40
41<para>Install the package:</para>
42
43<screen><userinput>make install</userinput></screen>
44
45</sect2>
46
47<sect2 id="contents-parted" role="content"><title>Contents of Parted</title>
48
49<segmentedlist>
50<segtitle>Installed programs</segtitle>
51<seglistitem><seg>Unchecked</seg></seglistitem>
52</segmentedlist>
53
54<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
55<?dbfo list-presentation="list"?>
56<?dbhtml list-presentation="table"?>
57
58<varlistentry id="parted">
59<term><command>parted</command></term>
60<listitem>
61<para>Need Description</para>
62<indexterm zone="ch-system-parted parted"><primary sortas="e-parted">parted</primary></indexterm>
63</listitem>
64</varlistentry>
65
66</variablelist>
67
68</sect2>
69
70</sect1>
Note: See TracBrowser for help on using the repository browser.