Changeset b5e8375


Ignore:
Timestamp:
08/27/2013 05:06:41 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
dd6a9c4
Parents:
67f5f160
Message:

Update to LVM2.2.02.100

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r67f5f160 rb5e8375  
    173173<!ENTITY fuse-version                 "2.9.3">
    174174<!ENTITY jfsutils-version             "1.1.15">
    175 <!ENTITY lvm2-version                 "2.02.99">
     175<!ENTITY lvm2-version                 "2.02.100">
    176176<!ENTITY mdadm-version                "3.2.6">
    177177<!ENTITY ntfs-3g-version              "2013.1.13">
  • introduction/welcome/changelog.xml

    r67f5f160 rb5e8375  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to LVM2.2.02.100.  Fixes
     51          <ulink url="&blfs-ticket-root;3975">#3975</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[ken] - Update to rpcbind-0.2.1.  Fixes
    5155          <ulink url="&blfs-ticket-root;3987">#3987</ulink>.</para>
  • postlfs/filesystems/lvm2.xml

    r67f5f160 rb5e8375  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "8600d999d04d826138d9fbb5d2d8cc34">
     9  <!ENTITY lvm2-md5sum        "9629cf5728544d7e637cafde1f73d777">
    1010  <!ENTITY lvm2-size          "1.3 MB">
    1111  <!ENTITY lvm2-buildsize     "22 MB">
    12   <!ENTITY lvm2-time          "0.4 SBU">
     12  <!ENTITY lvm2-time          "0.3 SBU">
    1313]>
    1414
     
    3737    </para>
    3838
    39     &lfs73_checked;
     39    &lfs74_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">LVM2 Dependencies</bridgehead>
     76
     77    <bridgehead renderas="sect4">Optional</bridgehead>
     78    <para role="optional">
     79      <xref linkend='mdadm'/> (for checks) and
     80      <xref linkend='xfsprogs'/> (for checks)
     81    </para>
     82
    7583    <para condition="html" role="usernotes">User Notes:
    7684      <ulink url="&blfs-wiki;/lvm2"/>
     
    8593      and recompile the kernel:
    8694    </para>
     95
     96    <note><para>
     97      There are several other Device Mapper options in the kernel beyond those
     98      listed below.  In order to get reasonable results if running the
     99      regression tests, all must be enabled either internally or as a module.
     100    </para></note>
    87101
    88102<screen><literal>Device Drivers ---&gt;
     
    117131
    118132    <para>
    119       To test the results, issue: <command>make check</command>.
     133      The check command must be run as the <systemitem
     134      class="username">root</systemitem> user.  Also the tests are known to
     135      hang if at least one partition on a hard drive is not set up as a Linux
     136      LVM partition (type 8e00). To test the results, issue: <command>make
     137      check</command> as the <systemitem class="username">root</systemitem>
     138      user.
    120139    </para>
    121140
Note: See TracChangeset for help on using the changeset viewer.