aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-03-31 20:30:59 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-03-31 20:30:59 +0000
commita0a18083810dd0e1d11e8d54aa7a20e45c0a587b (patch)
tree74f41dc19070892267ccec2c7fb6f53b42d79013
parentdafc31f98d57047d0beeb0f5c69f11bfae00e69d (diff)
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
-rw-r--r--chapter01/changelog.xml8
-rw-r--r--chapter03/packages.xml7
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--chapter06/parted.xml70
-rw-r--r--general.ent1
5 files changed, 87 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 49ea32e45..016cedcef 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -81,6 +81,14 @@ first a summary, then a detailed log.</para>
<listitem><para>Changelog Entries:</para>
<itemizedlist>
+<listitem><para>March 31, 2005 [jhuntwork]</para>
+<itemizedlist>
+<listitem><para>Added: Arch: PPC - Parted 1.6.22</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
<listitem><para>March 31, 2005 [jim]</para>
<itemizedlist>
<listitem><para>Updated: Arch: All - M4 to 1.4.3.</para></listitem>
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index aa74c3e60..699e1895b 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -368,6 +368,13 @@
</listitem>
</varlistentry>
+<varlistentry arch="ppc">
+<term>Parted (&parted-version;) - 1.4 MB:</term>
+<listitem>
+<para><ulink url="&gnu;/parted-&parted-version;.tar.gz"/></para>
+</listitem>
+</varlistentry>
+
<varlistentry>
<term>Perl (&perl-version;) - 12 MB:</term>
<listitem>
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 83d553899..4152f08bc 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -70,6 +70,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysvinit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tar.xml"/>
+<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="parted.xml"/> <!-- ppc -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="util-linux.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openssl.xml"/> <!-- raq2 -->
diff --git a/chapter06/parted.xml b/chapter06/parted.xml
new file mode 100644
index 000000000..82d9208ea
--- /dev/null
+++ b/chapter06/parted.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+<sect1 id="ch-system-parted" role="wrap" arch="ppc">
+<title>Parted-&parted-version;</title>
+<?dbhtml filename="parted.html"?>
+
+<indexterm zone="ch-system-parted"><primary sortas="a-Parted">Parted</primary></indexterm>
+
+<sect2 role="package"><title/>
+<para>Parted is a program for creating, copying and modifying partitions, and the file systems on them.
+Parted is especially useful on ppc machines in that, unlike fdisk, it accurately reads Macintosh partition maps.
+</para>
+
+<segmentedlist>
+<segtitle>&buildtime;</segtitle>
+<segtitle>&diskspace;</segtitle>
+<seglistitem><seg>0.2 SBU</seg><seg>10 MB</seg></seglistitem>
+</segmentedlist>
+
+<segmentedlist>
+<segtitle>&dependencies;</segtitle>
+<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
+GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
+</segmentedlist>
+</sect2>
+
+<sect2 role="installation">
+<title>Installation of Parted</title>
+
+<para>Prepare Parted for compilation:</para>
+
+<screen><userinput>./configure --prefix=/usr</userinput></screen>
+
+<para>Compile the Parted package:</para>
+
+<screen><userinput>make</userinput></screen>
+
+<para>Install the package:</para>
+
+<screen><userinput>make install</userinput></screen>
+
+</sect2>
+
+<sect2 id="contents-parted" role="content"><title>Contents of Parted</title>
+
+<segmentedlist>
+<segtitle>Installed programs</segtitle>
+<seglistitem><seg>Unchecked</seg></seglistitem>
+</segmentedlist>
+
+<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
+<?dbfo list-presentation="list"?>
+<?dbhtml list-presentation="table"?>
+
+<varlistentry id="parted">
+<term><command>parted</command></term>
+<listitem>
+<para>Need Description</para>
+<indexterm zone="ch-system-parted parted"><primary sortas="e-parted">parted</primary></indexterm>
+</listitem>
+</varlistentry>
+
+</variablelist>
+
+</sect2>
+
+</sect1>
diff --git a/general.ent b/general.ent
index a0901715a..b2554930c 100644
--- a/general.ent
+++ b/general.ent
@@ -76,6 +76,7 @@
<!ENTITY openssl-version "0.9.7e">
<!ENTITY openssh-version "3.9p1">
<!ENTITY patch-version "2.5.9">
+<!ENTITY parted-version "1.6.22">
<!ENTITY perl-version "5.8.6">
<!ENTITY procps-version "3.2.5">
<!ENTITY psmisc-version "21.6">