mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
lvm2 2.02.95
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10237 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2009fde4c5
commit
f60cf4a60b
@ -146,7 +146,7 @@ $Date$
|
||||
<!ENTITY curlftpfs-version "0.9.1">
|
||||
<!ENTITY fuse-version "2.9.0">
|
||||
<!ENTITY jfsutils-version "1.1.15">
|
||||
<!ENTITY lvm2-version "2.02.88">
|
||||
<!ENTITY lvm2-version "2.02.95">
|
||||
<!ENTITY mdadm-version "3.2.3">
|
||||
<!ENTITY ntfs-3g-version "2012.1.15">
|
||||
<!ENTITY reiser-version "3.6.21">
|
||||
|
@ -6,13 +6,13 @@
|
||||
|
||||
<!ENTITY lvm2-download-http " ">
|
||||
<!ENTITY lvm2-download-ftp "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
|
||||
<!ENTITY lvm2-md5sum "321429cd1b1526a29cf6d75018b1e4bb">
|
||||
<!ENTITY lvm2-size "1 MB">
|
||||
<!ENTITY lvm2-md5sum "bd470a802046c807603618a443732ea7">
|
||||
<!ENTITY lvm2-size "1.2 MB">
|
||||
<!ENTITY lvm2-buildsize "15 MB">
|
||||
<!ENTITY lvm2-time "0.3 SBU">
|
||||
<!ENTITY lvm2-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="lvm2" xreflabel="lvm-&lvm2-version;">
|
||||
<sect1 id="lvm2" xreflabel="lvm2-&lvm2-version;">
|
||||
<?dbhtml filename="lvm2.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -30,7 +30,7 @@
|
||||
<title>Introduction to lvm2</title>
|
||||
|
||||
<para>The <application>lvm2</application> package is a package that manages
|
||||
logical partitions. It allows spanning of file systems across multiple
|
||||
logical partitions. It allows spanning of file systems across multiple
|
||||
physical disks and disk partitions and provides for dynamic growing or shrinking
|
||||
of logical partitions.</para>
|
||||
|
||||
@ -38,9 +38,9 @@
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&lvm2-download-http;"/></para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&lvm2-download-ftp;"/></para>
|
||||
</listitem>
|
||||
@ -88,10 +88,16 @@
|
||||
<para>Install <application>lvm2</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --sbindir=/sbin --libdir=/lib --enable-pkgconfig &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--exec-prefix= \
|
||||
--with-confdir=/etc \
|
||||
--enable-applib \
|
||||
--enable-cmdlib \
|
||||
--enable-pkgconfig \
|
||||
--enable-udev_sync &&
|
||||
make</userinput></screen>
|
||||
|
||||
<!-- Note, there is a test suite (make check), but it is for LVM2 -->
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
@ -102,44 +108,24 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--enable-pkgconfig</parameter>: This parameter installs
|
||||
pkgconfig support.</para>
|
||||
<para><option>--enable-applib</option>: This parameter enables
|
||||
building of the shared application library..</para>
|
||||
|
||||
<para><option>--enable-dmeventd</option>: This option builds the
|
||||
device-mapper event daemon.</para>
|
||||
<para><option>--enable-cmdlib</option>: This parameter enables
|
||||
building of the shared command library. It is required when
|
||||
building the event daemon.</para>
|
||||
|
||||
<para><option>--enable-cmdlib</option>: This option builds the shared
|
||||
command library. It is required when building the daemon.</para>
|
||||
<para><option>--enable-pkgconfig</option>: This parameter enables
|
||||
installation of pkgconfig support files.</para>
|
||||
|
||||
<para><option>--enable-udev_sync</option>: This parameter enables
|
||||
synchronisation with <application>Udev</application> processing.</para>
|
||||
|
||||
<para><option>--enable-dmeventd</option>: This parameter enables
|
||||
building of the device-mapper event daemon.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- TODO FIXME Need to create a boot script for dmeventd (devmapper-event)
|
||||
According to CBLFS, only needed in very specific situations.
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring device-mapper</title>
|
||||
|
||||
<sect3 id="device-mapper-init">
|
||||
<title>Boot Script</title>
|
||||
|
||||
<para>To automatically start the <command>device-mapper</command> daemon
|
||||
when the system is rebooted, install the
|
||||
<filename>/etc/rc.d/init.d/device-mapper</filename>
|
||||
bootscript from the
|
||||
<xref linkend="bootscripts"/> package.</para>
|
||||
|
||||
<indexterm zone="device-mapper device-mapper-init">
|
||||
<primary sortas="f-device-mapper">device-mapper</primary>
|
||||
</indexterm>
|
||||
|
||||
<screen role="root"><userinput>make install-device-mapper</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
-->
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user