summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 15:21:58 -0400
committerJoey Hess2017-11-17 15:21:58 -0400
commite7ffe778fe41ad87e3d02251d9cbf0b87d972909 (patch)
treebd8538f5eb425d56f768d3fe5f1bb0bb3402226c /src/Propellor/Property/DiskImage.hs
parentde5dcbbf1acd008d7c655a5eb132c727e74c31ea (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
-rw-r--r--src/Propellor/Property/DiskImage.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index 08306106..68b34412 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -372,8 +372,8 @@ imageFinalized final img mnts mntopts devs (PartTable _ parts) =
liftIO $ writefstab top
liftIO $ allowservices top
ensureProperty w $
- Qemu.removeHostEmulationBinary top
- `before` final img top devs
+ final img top devs
+ `before` Qemu.removeHostEmulationBinary top
-- Ordered lexographically by mount point, so / comes before /usr
-- comes before /usr/local