diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 15:21:58 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 15:21:58 -0400 |
| commit | e7ffe778fe41ad87e3d02251d9cbf0b87d972909 (patch) | |
| tree | bd8538f5eb425d56f768d3fe5f1bb0bb3402226c | |
| parent | de5dcbbf1acd008d7c655a5eb132c727e74c31ea (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 4 |
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 |
