Ignore:
Timestamp:
05/25/2012 07:02:35 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
24f2d4b
Parents:
2009fde
Message:

lvm2 2.02.95

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r2009fde rf60cf4a  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "321429cd1b1526a29cf6d75018b1e4bb">
    10   <!ENTITY lvm2-size          "1 MB">
     9  <!ENTITY lvm2-md5sum        "bd470a802046c807603618a443732ea7">
     10  <!ENTITY lvm2-size          "1.2 MB">
    1111  <!ENTITY lvm2-buildsize     "15 MB">
    12   <!ENTITY lvm2-time          "0.3 SBU">
     12  <!ENTITY lvm2-time          "0.4 SBU">
    1313]>
    1414
    15 <sect1 id="lvm2" xreflabel="lvm-&lvm2-version;">
     15<sect1 id="lvm2" xreflabel="lvm2-&lvm2-version;">
    1616  <?dbhtml filename="lvm2.html"?>
    1717
     
    3131
    3232    <para>The <application>lvm2</application> package is a package that manages
    33     logical partitions.  It allows spanning of file systems across multiple
     33    logical partitions. It allows spanning of file systems across multiple
    3434    physical disks and disk partitions and provides for dynamic growing or shrinking
    3535    of logical partitions.</para>
     
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
    4040    <itemizedlist spacing="compact">
    41       <!--<listitem>
     41      <listitem>
    4242        <para>Download (HTTP): <ulink url="&lvm2-download-http;"/></para>
    43       </listitem>-->
     43      </listitem>
    4444      <listitem>
    4545        <para>Download (FTP): <ulink url="&lvm2-download-ftp;"/></para>
     
    8989    commands:</para>
    9090
    91 <screen><userinput>./configure --sbindir=/sbin --libdir=/lib --enable-pkgconfig &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr \
     92            --exec-prefix= \
     93            --with-confdir=/etc \
     94            --enable-applib \
     95            --enable-cmdlib \
     96            --enable-pkgconfig \
     97            --enable-udev_sync &amp;&amp;
    9298make</userinput></screen>
    9399
    94     <!-- Note, there is a test suite (make check), but it is for LVM2 -->
     100    <para>To test the results, issue: <command>make check</command>.</para>
    95101
    96102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    103109    <title>Command Explanations</title>
    104110
    105     <para><parameter>--enable-pkgconfig</parameter>: This parameter installs
    106     pkgconfig support.</para>
    107 
    108     <para><option>--enable-dmeventd</option>: This option builds the
    109     device-mapper event daemon.</para>
    110 
    111     <para><option>--enable-cmdlib</option>: This option builds the shared
    112     command library. It is required when building the daemon.</para>
    113 
    114   </sect2>
    115 
    116   <!-- TODO  FIXME Need to create a boot script for dmeventd (devmapper-event)
    117   According to CBLFS, only needed in very specific situations.
    118 
    119   <sect2 role="configuration">
    120     <title>Configuring device-mapper</title>
    121 
    122     <sect3  id="device-mapper-init">
    123       <title>Boot Script</title>
    124 
    125       <para>To automatically start the <command>device-mapper</command> daemon
    126       when the system is rebooted, install the
    127       <filename>/etc/rc.d/init.d/device-mapper</filename>
    128       bootscript from the
    129       <xref linkend="bootscripts"/> package.</para>
    130 
    131       <indexterm zone="device-mapper device-mapper-init">
    132         <primary sortas="f-device-mapper">device-mapper</primary>
    133       </indexterm>
    134 
    135 <screen role="root"><userinput>make install-device-mapper</userinput></screen>
    136 
    137     </sect3>
    138 
    139   </sect2>
    140 
    141   -->
     111    <para><option>--enable-applib</option>: This parameter enables
     112    building of the shared application library..</para>
     113
     114    <para><option>--enable-cmdlib</option>: This parameter enables
     115    building of the shared command library. It is required when
     116    building the event daemon.</para>
     117
     118    <para><option>--enable-pkgconfig</option>: This parameter enables
     119    installation of pkgconfig support files.</para>
     120
     121    <para><option>--enable-udev_sync</option>: This parameter enables
     122    synchronisation with <application>Udev</application> processing.</para>
     123
     124    <para><option>--enable-dmeventd</option>: This parameter enables
     125    building of the device-mapper event daemon.</para>
     126
     127  </sect2>
    142128
    143129  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.