Author: wblaszcz
Date: 2010-04-24 07:12:45 -0600 (Sat, 24 Apr 2010)
New Revision: 8413
Added:
trunk/BOOK/general/sysutils/parted.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/sysutils/hal.xml
trunk/BOOK/general/sysutils/sysutils.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added new package, Parted-2.2.
Modified: trunk/BOOK/general/sysutils/hal.xml
===================================================================
--- trunk/BOOK/general/sysutils/hal.xml 2010-04-21 19:10:06 UTC (rev 8412)
+++ trunk/BOOK/general/sysutils/hal.xml 2010-04-24 13:12:45 UTC (rev 8413)
@@ -114,7 +114,7 @@
<xref linkend="policykit"/>,
<xref linkend="consolekit"/>,
<xref linkend="intltool"/>,
- <ulink
url="http://www.gnu.org/software/parted/index.shtml">Parted</ulink>, and
+ <xref linkend="parted"/>, and
<ulink url="https://fedorahosted.org/libsmbios/">libsmbios</ulink></para>
<para condition="html" role="usernotes">User Notes:
@@ -200,7 +200,7 @@
<application>HAL</application> at run-time. These include <ulink
url="http://ca.geocities.com/[email protected]/eject.html">Eject</ulink>,
<ulink url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
- <ulink url="http://sourceware.org/dm/">Device-mapper</ulink>,
+ <xref linkend="Device-mapper"/>,
<ulink url="http://luks.endorphin.org/dm-crypt">Cryptsetup-LUKS</ulink>,
and
<ulink url="http://pm-utils.freedesktop.org/wiki/">pm-utils</ulink>.</para>
Added: trunk/BOOK/general/sysutils/parted.xml
===================================================================
--- trunk/BOOK/general/sysutils/parted.xml (rev 0)
+++ trunk/BOOK/general/sysutils/parted.xml 2010-04-24 13:12:45 UTC (rev
8413)
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY parted-download-http
"http://ftp.gnu.org/gnu/parted/parted-&parted-version;.tar.gz">
+ <!ENTITY parted-download-ftp "">
+ <!ENTITY parted-md5sum "9c262afd6673d7724a60b7c632ce80fa">
+ <!ENTITY parted-size "2.8 MB">
+ <!ENTITY parted-buildsize "28 MB">
+ <!ENTITY parted-time "0.6 SBU">
+]>
+
+<sect1 id="parted" xreflabel="Parted-&parted-version;">
+ <?dbhtml filename="parted.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Parted-&parted-version;</title>
+
+ <indexterm zone="parted">
+ <primary sortas="a-Parted">Parted</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Parted</title>
+
+ <para>The <application>Parted</application> package is a disk partitioning
+ and partition resizing tool.</para>
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&parted-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&parted-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &parted-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &parted-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &parted-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &parted-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Parted Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="Device-mapper"/> (Required if building
+ <application>DeviceKit-disks</application>)</para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/parted"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Parted</title>
+
+ <para>Install <application>Parted</application> by running the following
+ commands:</para>
+
+<screen><userinput>./configure --prefix=/usr \
+ --enable-device-mapper=no &&
+make</userinput></screen>
+
+ <para>To test the results, issue: <command>make check</command>.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><parameter>--enable-device-mapper=no</parameter>: This parameter
+ disables device mapper support. Remove this parameter if you have
+ <application>Device-mapper</application> installed.</para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directory</segtitle>
+
+ <seglistitem>
+ <seg>parted and partprobe</seg>
+ <seg>libparted.{so,a}</seg>
+ <seg>/usr/include/parted</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="parted-prog">
+ <term><command>parted</command></term>
+ <listitem>
+ <para>is a partition manipulation program.</para>
+ <indexterm zone="parted parted-prog">
+ <primary sortas="b-parted">parted</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="partprobe">
+ <term><command>partprobe</command></term>
+ <listitem>
+ <para>informs the OS of partition table changes.</para>
+ <indexterm zone="parted partprobe">
+ <primary sortas="b-partprobe">partprobe</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libparted">
+ <term><filename class='libraryfile'>libparted.{so,a}</filename></term>
+ <listitem>
+ <para>contains the <application>Parted</application> API
functions.</para>
+ <indexterm zone="parted libparted">
+ <primary sortas="c-libparted">libparted.{so,a}</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/general/sysutils/parted.xml
___________________________________________________________________
Name: svn:keywords
+ LastChangedBy Date
Modified: trunk/BOOK/general/sysutils/sysutils.xml
===================================================================
--- trunk/BOOK/general/sysutils/sysutils.xml 2010-04-21 19:10:06 UTC (rev
8412)
+++ trunk/BOOK/general/sysutils/sysutils.xml 2010-04-24 13:12:45 UTC (rev
8413)
@@ -39,6 +39,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="DeviceKit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="DeviceKit-power.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Device-mapper.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parted.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="lzma-utils.xml"/>
</chapter>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-04-21 19:10:06 UTC (rev 8412)
+++ trunk/BOOK/general.ent 2010-04-24 13:12:45 UTC (rev 8413)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@@ -257,6 +257,7 @@
<!ENTITY DeviceKit-power-version "012">
<!ENTITY LVM2-version "2.02.62">
<!ENTITY Device-mapper-version "1.02.45">
+<!ENTITY parted-version "2.2">
<!ENTITY unrar-version "3.7.8">
<!ENTITY lzma-utils-version "4.32.7">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-04-21 19:10:06 UTC
(rev 8412)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-04-24 13:12:45 UTC
(rev 8413)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>April 24th, 2010</para>
+ <itemizedlist>
+ <listitem>
+ <para>[wblaszcz] - Added new package, Parted-2.2.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 13th, 2010</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page