blob: 710779ffaa70e4c29c46b1ab19c91118bf22cadb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
<flag name="nvme">
Build and install NVMe plugin for determining the World-Wide Identification
(WWID) of an NVME device via <pkg>sys-libs/libnvme</pkg>.
</flag>
<flag name="vdo">Support for Virtual Disk Optimizer (VDO)</flag>
<flag name="xfs">
Support XFS for 'lvextend --resizefs'.
</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:heinz_mauelshagen:lvm2</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|