mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to device-mapper-1.02.67
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8946 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ea6012c546
commit
600ef1309e
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2011">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "November 5th, &year;">
|
||||
<!ENTITY releasedate "November 8th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -294,8 +294,8 @@ $Date$
|
||||
<!ENTITY udev-version "Installed LFS Version">
|
||||
<!ENTITY upower-version "0.9.1">
|
||||
<!ENTITY sg3_utils-version "1.29">
|
||||
<!ENTITY LVM2-version "2.02.62">
|
||||
<!ENTITY Device-mapper-version "1.02.45">
|
||||
<!ENTITY LVM2-version "2.02.88">
|
||||
<!ENTITY Device-mapper-version "1.02.67"><!-- version from ftp://sources.redhat.com/pub/lvm2/WHATS_NEW_DM -->
|
||||
<!ENTITY parted-version "2.2">
|
||||
<!ENTITY udisks-version "1.0.1">
|
||||
<!ENTITY eject-version "2.1.5">
|
||||
|
@ -6,39 +6,41 @@
|
||||
|
||||
<!ENTITY Device-mapper-download-http " ">
|
||||
<!ENTITY Device-mapper-download-ftp "ftp://sources.redhat.com/pub/lvm2/LVM2.&LVM2-version;.tgz">
|
||||
<!ENTITY Device-mapper-md5sum "72e3d66dc42aaf67dca475196a113528">
|
||||
<!ENTITY Device-mapper-size "833 KB">
|
||||
<!ENTITY Device-mapper-buildsize "7 MB">
|
||||
<!ENTITY Device-mapper-md5sum "321429cd1b1526a29cf6d75018b1e4bb">
|
||||
<!ENTITY Device-mapper-size "1 MB">
|
||||
<!ENTITY Device-mapper-buildsize "7.7 MB">
|
||||
<!ENTITY Device-mapper-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="Device-mapper" xreflabel="Device-mapper-&Device-mapper-version;">
|
||||
<?dbhtml filename="Device-mapper.html"?>
|
||||
<sect1 id="device-mapper" xreflabel="device-mapper-&Device-mapper-version;">
|
||||
<?dbhtml filename="device-mapper.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Device-mapper-&Device-mapper-version;</title>
|
||||
<title>device-mapper-&Device-mapper-version;</title>
|
||||
|
||||
<indexterm zone="Device-mapper">
|
||||
<primary sortas="a-Device-mapper">Device-mapper</primary>
|
||||
<indexterm zone="device-mapper">
|
||||
<primary sortas="a-device-mapper">device-mapper</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Device-mapper</title>
|
||||
<title>Introduction to device-mapper</title>
|
||||
|
||||
<para>The <application>Device-mapper</application> package is an
|
||||
<para>The <application>device-mapper</application> package is an
|
||||
implementation of a minimalistic kernel-space driver that handles volume
|
||||
management, while keeping knowledge of the underlying device layout in
|
||||
user-space.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<!--<listitem>
|
||||
<para>Download (HTTP): <ulink url="&Device-mapper-download-http;"/></para>
|
||||
</listitem>
|
||||
</listitem>-->
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&Device-mapper-download-ftp;"/></para>
|
||||
</listitem>
|
||||
@ -57,23 +59,23 @@
|
||||
</itemizedlist>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/Device-mapper"/></para>
|
||||
<ulink url="&blfs-wiki;/device-mapper"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Device-mapper</title>
|
||||
<title>Installation of device-mapper</title>
|
||||
|
||||
<para>Install <application>Device-mapper</application> by running the following
|
||||
<para>Install <application>device-mapper</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--enable-pkgconfig &&
|
||||
<screen><userinput>./configure --prefix=/usr --enable-pkgconfig &&
|
||||
make device-mapper</userinput></screen>
|
||||
|
||||
<!-- Note, there is a test suite (make check), but it is for LVM2 -->
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>The device-mapper portion of this package does not come with a test
|
||||
suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
@ -99,19 +101,19 @@ make device-mapper</userinput></screen>
|
||||
According to CBLFS, only needed in very specific situations.
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Device-mapper</title>
|
||||
<title>Configuring device-mapper</title>
|
||||
|
||||
<sect3 id="Device-mapper-init">
|
||||
<sect3 id="device-mapper-init">
|
||||
<title>Boot Script</title>
|
||||
|
||||
<para>To automatically start the <command>Device-mapper</command> daemon
|
||||
<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>
|
||||
<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 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>
|
||||
@ -146,7 +148,7 @@ make device-mapper</userinput></screen>
|
||||
<term><command>dmsetup</command></term>
|
||||
<listitem>
|
||||
<para>is a low level logical volume management tool.</para>
|
||||
<indexterm zone="Device-mapper dmsetup">
|
||||
<indexterm zone="device-mapper dmsetup">
|
||||
<primary sortas="b-dmsetup">dmsetup</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
@ -155,9 +157,9 @@ make device-mapper</userinput></screen>
|
||||
<varlistentry id="libdevmapper">
|
||||
<term><filename class='libraryfile'>libdevmapper.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>Device-mapper</application> API
|
||||
<para>contains the <application>device-mapper</application> API
|
||||
functions.</para>
|
||||
<indexterm zone="Device-mapper libdevmapper">
|
||||
<indexterm zone="device-mapper libdevmapper">
|
||||
<primary sortas="c-libdevmapper">libdevmapper.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
|
@ -196,7 +196,7 @@ cd hal-info-&hal-info-version; &&
|
||||
<application>HAL</application> at run-time.
|
||||
These include <xref linkend="eject"/>, <ulink
|
||||
url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
|
||||
<xref linkend="Device-mapper"/>,
|
||||
<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>
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
<bridgehead renderas="sect3">Parted Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="Device-mapper"/> (Required if building
|
||||
<para role="optional"><xref linkend="device-mapper"/> (Required if building
|
||||
<application>udisks</application>)</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -62,7 +62,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="dbus-glib"/>,
|
||||
<xref linkend="libatasmart"/>,
|
||||
<xref linkend="parted"/> (with <xref linkend="Device-mapper"/>),
|
||||
<xref linkend="parted"/> (with <xref linkend="device-mapper"/>),
|
||||
<xref linkend="polkit"/>,
|
||||
<xref linkend="sg3_utils"/>, and
|
||||
<xref linkend="udev"/> (gudev)</para>
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 8th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to device-mapper-1.02.67 (LVM2.2.02.88).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 7th, 2011</para>
|
||||
<itemizedlist>
|
||||
|
@ -84,7 +84,7 @@
|
||||
<para>U-tools - udisks and upower instead of HAL</para>
|
||||
<para>and all of its dependencies: <xref linkend="libatasmart"/>, <xref linkend="sg3_utils"/>,
|
||||
<xref linkend="libffi"/>, <xref linkend="acl"/>, <xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="udev"/>, <xref linkend="Device-mapper"/>, <xref linkend="parted"/> and than
|
||||
<xref linkend="udev"/>, <xref linkend="device-mapper"/>, <xref linkend="parted"/> and than
|
||||
<xref linkend="udisks"/> and <xref linkend="upower"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user