Changeset 49b0f95


Ignore:
Timestamp:
05/05/2012 03:59:49 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
45439b9
Parents:
8af882d
Message:

Parted 3.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10085 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8af882d r49b0f95  
    336336<!ENTITY upower-version               "0.9.15">
    337337<!ENTITY sg3_utils-version            "1.29">
    338 <!ENTITY parted-version               "3.0">
     338<!ENTITY parted-version               "3.1">
    339339<!ENTITY udisks-version               "1.0.1">
    340340<!ENTITY udisks2-version              "1.94.0">
  • general/sysutils/parted.xml

    r8af882d r49b0f95  
    55  %general-entities;
    66
    7   <!ENTITY parted-download-http "http://ftp.gnu.org/gnu/parted/parted-&parted-version;.tar.xz">
     7  <!ENTITY parted-download-http
     8    "http://ftp.gnu.org/gnu/parted/parted-&parted-version;.tar.xz">
    89  <!ENTITY parted-download-ftp  " ">
    9   <!ENTITY parted-md5sum        "c415e5c97f86b5ff65a2d925e5a3feb7">
    10   <!ENTITY parted-size          "1.4 MB">
    11   <!ENTITY parted-buildsize     "31 MB">
    12   <!ENTITY parted-time          "0.6 SBU">
     10  <!ENTITY parted-md5sum        "5d89d64d94bcfefa9ce8f59f4b81bdcb">
     11  <!ENTITY parted-size          "1.5 MB">
     12  <!ENTITY parted-buildsize     "38 MB">
     13  <!ENTITY parted-time          "0.5 SBU">
    1314]>
    1415
     
    3031    <title>Introduction to Parted</title>
    3132
    32     <para>The <application>Parted</application> package is a disk partitioning
    33     and partition resizing tool.</para>
     33    <para>
     34      The <application>Parted</application> package is a disk partitioning and
     35      partition resizing tool.
     36    </para>
    3437
    35     &lfs70_checked;
     38    &lfs71_checked;
    3639
    3740    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5962    <bridgehead renderas="sect3">Parted Dependencies</bridgehead>
    6063
    61     <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para role="optional">
     64    <bridgehead renderas="sect4">Recommended</bridgehead>
     65    <para role="recommended">
    6366      <xref linkend="lvm2"/> (device-mapper, required if building
    64         <application>udisks</application>)
     67      <application>udisks</application>)
    6568    </para>
    6669
    67     <para condition="html" role="usernotes">User Notes:
    68     <ulink url="&blfs-wiki;/parted"/></para>
    69 
     70    <para condition="html" role="usernotes">
     71      User Notes: <ulink url="&blfs-wiki;/parted"/>
     72    </para>
    7073  </sect2>
    7174
     
    7376    <title>Installation of Parted</title>
    7477
    75     <para>Install <application>Parted</application> by running the following
    76     commands:</para>
     78    <para>
     79      Install <application>Parted</application> by running the following
     80      commands:
     81    </para>
    7782
    78 <screen><userinput>./configure --prefix=/usr \
    79             --enable-device-mapper=no &amp;&amp;
     83<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8084make</userinput></screen>
    8185
    8286    <para>To test the results, issue: <command>make check</command>.</para>
    8387
    84     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     88    <para>
     89      Now, as the <systemitem class="username">root</systemitem> user:
     90    </para>
    8591
    8692<screen role="root"><userinput>make install</userinput></screen>
    87 
    8893  </sect2>
    8994
     
    9196    <title>Command Explanations</title>
    9297
    93     <para><parameter>--enable-device-mapper=no</parameter>: This parameter
    94     disables device mapper support. Remove this parameter if you have
    95     <application>Device-mapper</application> installed.</para>
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99      href="../../xincludes/static-libraries.xml"/>
    96100
     101    <para>
     102      <option>--disable-device-mapper</option>: This option disables device
     103      mapper support. Add this parameter if you have not installed
     104      <application>LVM2</application>.
     105    </para>
    97106  </sect2>
    98107
     
    106115
    107116      <seglistitem>
    108         <seg>parted and partprobe</seg>
    109         <seg>libparted.{so,a}</seg>
     117        <seg>
     118          parted and
     119          partprobe
     120        </seg>
     121        <seg>libparted.so</seg>
    110122        <seg>/usr/include/parted</seg>
    111123      </seglistitem>
     
    138150
    139151      <varlistentry id="libparted">
    140         <term><filename class='libraryfile'>libparted.{so,a}</filename></term>
     152        <term><filename class='libraryfile'>libparted.so</filename></term>
    141153        <listitem>
    142           <para>contains the <application>Parted</application> API functions.</para>
     154          <para>
     155            contains the <application>Parted</application> API functions.
     156          </para>
    143157          <indexterm zone="parted libparted">
    144             <primary sortas="c-libparted">libparted.{so,a}</primary>
     158            <primary sortas="c-libparted">libparted.so</primary>
    145159          </indexterm>
    146160        </listitem>
    147161      </varlistentry>
    148 
    149162    </variablelist>
    150 
    151163  </sect2>
    152 
    153164</sect1>
  • introduction/welcome/changelog.xml

    r8af882d r49b0f95  
    5151          <para>[abenton] - Added Gparted 0.12.1.</para>
    5252        </listitem>
     53        <listitem>
     54          <para>[abenton] - Updated Parted to 3.1.</para>
     55        </listitem>
    5356      </itemizedlist>
    5457    </listitem>
  • xsoft/other/gparted.xml

    r8af882d r49b0f95  
    8383    <bridgehead renderas="sect4">Optional</bridgehead>
    8484    <para role="optional">
    85       <xref linkend="gnome-doc-utils"/>,
    86       <xref linkend="lvm2"/> and
     85      <xref linkend="gnome-doc-utils"/> and
    8786      <xref linkend="rarian"/>.
    8887    </para>
Note: See TracChangeset for help on using the changeset viewer.