diff options
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 |
