internal/rosa/package: lvm2

This is only really packaged for devmapper, and will eventually be replaced by a native implementation.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-06 16:50:02 +09:00
parent 6fed6d67bd
commit 90535adc89
3 changed files with 108 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
package lvm2 {
description = "userspace toolset that provide logical volume management facilities";
website = "https://sourceware.org/lvm2";
anitya = 5354;
version# = "2.03.41";
source = remoteTar {
url = "https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2."+version+".tgz";
compress = gzip;
checksum = "M3L0oaeEG-0FvL7gYoeLwWIm-RBtKa4-ojwezRqL8xqiyU_5N7uE2bvwTeVJ154z";
};
patches = [
"fix-stdio-usage.patch",
"remove-man.patch",
];
exec = make {
// requires root
skipCheck = true;
};
inputs = [
pkg-config,
libaio,
kernel-headers,
];
}