From f60cf4a60b95f7a1f07e36daeef351243e8731ef Mon Sep 17 00:00:00 2001 From: Krejzi Date: Fri, 25 May 2012 19:02:35 +0000 Subject: [PATCH] lvm2 2.02.95 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10237 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- postlfs/filesystems/lvm2.xml | 70 +++++++++++++++--------------------- 2 files changed, 29 insertions(+), 43 deletions(-) diff --git a/general.ent b/general.ent index 0e1ce2712b..365078cd21 100644 --- a/general.ent +++ b/general.ent @@ -146,7 +146,7 @@ $Date$ - + diff --git a/postlfs/filesystems/lvm2.xml b/postlfs/filesystems/lvm2.xml index bbb8d6ee25..81532fa681 100644 --- a/postlfs/filesystems/lvm2.xml +++ b/postlfs/filesystems/lvm2.xml @@ -6,13 +6,13 @@ - - + + - + ]> - + @@ -30,7 +30,7 @@ Introduction to lvm2 The lvm2 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. @@ -38,9 +38,9 @@ Package Information - + Download (FTP): @@ -88,10 +88,16 @@ Install lvm2 by running the following commands: -./configure --sbindir=/sbin --libdir=/lib --enable-pkgconfig && +./configure --prefix=/usr \ + --exec-prefix= \ + --with-confdir=/etc \ + --enable-applib \ + --enable-cmdlib \ + --enable-pkgconfig \ + --enable-udev_sync && make - + To test the results, issue: make check. Now, as the root user: @@ -102,44 +108,24 @@ make Command Explanations - --enable-pkgconfig: This parameter installs - pkgconfig support. + : This parameter enables + building of the shared application library.. - : This option builds the - device-mapper event daemon. + : This parameter enables + building of the shared command library. It is required when + building the event daemon. - : This option builds the shared - command library. It is required when building the daemon. + : This parameter enables + installation of pkgconfig support files. + + : This parameter enables + synchronisation with Udev processing. + + : This parameter enables + building of the device-mapper event daemon. - - Contents