summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-25 18:50:35 -0700
committerJoey Hess2015-08-25 18:56:22 -0700
commitb3c3a7029020126b1ab5e2d5999b7b2707078150 (patch)
tree6820944d88b562fed2c1cb5031d510630be12f97 /src/Propellor/Property/DiskImage.hs
parent5462723243355c387746b10298db747d95e3e2c9 (diff)
formatting for partitions set up by parted
Including support for formatting partitions of a disk image file.
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
-rw-r--r--src/Propellor/Property/DiskImage.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index 15108249..de8bdd56 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -10,7 +10,6 @@ module Propellor.Property.DiskImage (
import Propellor
import Propellor.Property.Chroot
import Utility.DataUnits
-import Data.Monoid
-- | Creates a bootable disk image.
--