diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-25 17:51:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-25 17:51:36 -0400 |
| commit | e1984420b3f1fbca1c3413c4d09ac958c0c13a1c (patch) | |
| tree | 5926cf8ca77f4bf83fea0a22e3c3af3f7d2dde91 /joeyconfig.hs | |
| parent | 25ce9906a682d6f4c560aef5b6a331ecb6c79d48 (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 1 |
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 |
