summaryrefslogtreecommitdiff
path: root/strata/lvm.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-27 12:43:41 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-27 17:34:29 +0000
commit465982907ffee01b531bf25e68f7df0c427dc5b7 (patch)
treecf1e118e0ef2975959458fa95ebdebb3aeca4fe3 /strata/lvm.morph
parentd77a31ef615afe373e23c27d379668eeb51137fc (diff)
downloaddefinitions-465982907ffee01b531bf25e68f7df0c427dc5b7.tar.gz
Move LVM into its own stratum
The LVM tools are generally useful, so they should be available separately from the huge 'virtualization' stratum.
Diffstat (limited to 'strata/lvm.morph')
-rw-r--r--strata/lvm.morph16
1 files changed, 16 insertions, 0 deletions
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: []