diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-01-27 12:43:41 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-01-27 17:34:29 +0000 |
commit | 465982907ffee01b531bf25e68f7df0c427dc5b7 (patch) | |
tree | cf1e118e0ef2975959458fa95ebdebb3aeca4fe3 /strata/lvm | |
parent | d77a31ef615afe373e23c27d379668eeb51137fc (diff) | |
download | definitions-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')
-rw-r--r-- | strata/lvm/lvm2.morph | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/lvm/lvm2.morph b/strata/lvm/lvm2.morph new file mode 100644 index 00000000..49c166dc --- /dev/null +++ b/strata/lvm/lvm2.morph @@ -0,0 +1,6 @@ +name: lvm2 +kind: chunk +build-system: autotools +configure-commands: +- ./configure --prefix="$PREFIX" --enable-applib --enable-cmdlib --enable-pkgconfig + --enable-dmeventd --enable-udev_sync |