blob: 33bafa5c0ee306795698ac1768bd79084b000f24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="thin">Support for thin volumes</flag>
<flag name="lvm">
Build all of LVM2 including daemons and tools like lvchange, not just the device-mapper library (for other packages to use).
If your system uses LVM2 for managing disks and partitions, enable this flag.
</flag>
<flag name="sanlock">Enable lvmlockd with support for sanlock</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:heinz_mauelshagen:lvm2</remote-id>
<remote-id type="github">lvmteam/lvm2</remote-id>
<remote-id type="gitlab">lvmteam/lvm2</remote-id>
</upstream>
</pkgmetadata>
|