summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-25 17:51:36 -0400
committerJoey Hess2017-07-25 17:51:36 -0400
commite1984420b3f1fbca1c3413c4d09ac958c0c13a1c (patch)
tree5926cf8ca77f4bf83fea0a22e3c3af3f7d2dde91 /joeyconfig.hs
parent25ce9906a682d6f4c560aef5b6a331ecb6c79d48 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index a6d913ef..35b5363c 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -99,6 +99,7 @@ darkstar = host "darkstar.kitenet.net" $ props
, partition EXT4 `mountedAt` "/"
, swapPartition (MegaBytes 256)
]
+ `before` vmdkBuiltFor "/srv/test.img"
where
mychroot d = debootstrapped mempty d $ props
& osDebian Unstable X86_64