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"