summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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