summaryrefslogtreecommitdiff
path: root/strata/lvm
Commit message (Collapse)AuthorAgeFilesLines
* lvm2: Fix udev rule pathSam Thursfield2015-01-281-1/+1
| | | | | The rules were being put in /lib/lib/udev/rules.d/ because --with-udev-prefix is the path *containing* ./lib, not ./lib itself.
* lvm: Use lvmetad by default, and generally fix LVM in BaserockSam Thursfield2015-01-271-2/+27
| | | | | | We now install the necessary LVM systemd units and enable lvmetad by default. Also, the udev rules are installed to the correct place so that /dev is correctly populated.
* Move LVM into its own stratumSam Thursfield2015-01-271-0/+6
The LVM tools are generally useful, so they should be available separately from the huge 'virtualization' stratum.