summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 14:42:02 -0400
committerJoey Hess2017-11-17 14:42:02 -0400
commitf9565ef960a321819fe0760a1277f17c087b5a18 (patch)
treee3a70f946e318e62ad319670211f2739fa629364 /joeyconfig.hs
parentb2662cd33467d151b5bb84251750ac80d2dea5cd (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index e1329c80..0a018826 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -98,9 +98,12 @@ darkstar = host "darkstar.kitenet.net" $ props
& imageBuilt (RawDiskImage "/srv/sheevaplug.img")
(hostChroot sheevaplug (Debootstrapped mempty))
MSDOS
- [ partition EXT4
+ [ partition EXT2
+ `mountedAt` "/boot"
+ `setSize` MegaBytes 150
+ , partition EXT4
`mountedAt` "/"
- `setSize` MegaBytes 900
+ `setSize` MegaBytes 750
]
sheevaplug :: Host