From a7945067d8fd818782ccdeb5dc1bfa08a2edbd7d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:05 +0100 Subject: [PATCH] LVM2: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/LVM2/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/LVM2/meta b/packages/sysutils/LVM2/meta index d0f43b7f46..0395712e75 100644 --- a/packages/sysutils/LVM2/meta +++ b/packages/sysutils/LVM2/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="lvm2: Logical Volume Management (Version 2)" PKG_LONGDESC="LVM includes all of the support for handling read/write operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., multiple devices (MD), see mdadd(8) or even loop devices, see losetup(8)), creating volume groups (kind of virtual disks) from one or more physical volumes and creating one or more logical volumes (kind of logical partitions) in volume groups. This 2nd version is based on device-mapper available in linux-2.6." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"