diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 12:08:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 12:08:54 -0400 |
| commit | af218b839b371dcddb0948fa385fc98c9abf4273 (patch) | |
| tree | 6eb9c95eb3edaed62f0edb2d932a12ea2ba37803 /src/Propellor/Property/DiskImage.hs | |
| parent | 72f956788ef144a3a516e759335d2e7fbc6931ec (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 1 |
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` |
