From 465982907ffee01b531bf25e68f7df0c427dc5b7 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 27 Jan 2015 12:43:41 +0000 Subject: Move LVM into its own stratum The LVM tools are generally useful, so they should be available separately from the huge 'virtualization' stratum. --- strata/lvm.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 strata/lvm.morph (limited to 'strata/lvm.morph') diff --git a/strata/lvm.morph b/strata/lvm.morph new file mode 100644 index 00000000..c4cb574a --- /dev/null +++ b/strata/lvm.morph @@ -0,0 +1,16 @@ +name: lvm +kind: stratum +description: | + LVM userland tools. + + LVM is a logical volume manager for the Linux kernel. This stratum contains + the tools necessary to manage volumes with LVM. +build-depends: +- morph: strata/foundation.morph +chunks: +- name: lvm2 + morph: strata/lvm/lvm2.morph + repo: upstream:lvm2 + ref: 8c5b90b50bdf9f1a7ae1d3c4cf58ce4b0d7c2768 + unpetrify-ref: baserock/morph + build-depends: [] -- cgit v1.2.1