summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Lvm.hs
AgeCommit message (Collapse)Author
2017-09-05remove apparently unncessary newline strippingJoey Hess
blkidTag splits into lines and returns the first (non-empty) line, so as far as I can see, there can't possibly be a newline in what it returns.
2017-09-05move parseFs to Property.PartitionJoey Hess
2017-09-05minor wording and indentation improvementsJoey Hess
2017-09-01Lvm: split size parsing and roundinglvmNicolas Schodet
2017-09-01Lvm: use Partition.Fs in LvStateNicolas Schodet
2017-09-01Lvm: use better types for LogicalVolume and VolumeGroupNicolas Schodet
2017-08-29Lvm: create, resize, format and remove logical volumesNicolas Schodet