UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

lvm

The LVM2 package is a set of tools that manage 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, mirroring and low storage footprint snapshots.

Package info

Codename: lvm
Source file: LVM2.2.02.177.tgz
Source directory: LVM2.2.02.177
Package URL: https://umvirt.com/linux/downloads/0.1/packages/l/LVM2.2.02.177.tgz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/l/LVM2.2.02.177.tgz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: parted, libvirt, nfs-utils, virtualbox, cryptsetup.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
SAVEPATH=$PATH                  &&
PATH=$PATH:/sbin:/usr/sbin      &&
./configure --prefix=/usr       \
            --exec-prefix=      \
            --with-confdir=/etc \
            --enable-applib     \
            --enable-cmdlib     \
            --enable-pkgconfig  \
            --enable-udev_sync 

Build script:
make                            &&
PATH=$SAVEPATH                  &&
unset SAVEPATH

Install script:
make install