From f9565ef960a321819fe0760a1277f17c087b5a18 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Nov 2017 14:42:02 -0400 Subject: propellor spin --- joeyconfig.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'joeyconfig.hs') 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 -- cgit v1.2.3