summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 12:08:54 -0400
committerJoey Hess2015-10-23 12:08:54 -0400
commitaf218b839b371dcddb0948fa385fc98c9abf4273 (patch)
tree6eb9c95eb3edaed62f0edb2d932a12ea2ba37803 /src/Propellor
parent72f956788ef144a3a516e759335d2e7fbc6931ec (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/DiskImage.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index 19c3a545..c13fa064 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -125,6 +125,7 @@ imageBuiltFrom img chrootdir tabletype final partspec = mkimg <!> rmimg
-- tie the knot!
let (mnts, parttable) = fitChrootSize tabletype partspec $
map (calcsz mnts) mnts
+ liftIO $ print mnts
ensureProperty $
imageExists img (partTableSize parttable)
`before`