summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 72b79e53..08c97da9 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -183,6 +183,11 @@ honeybee = host "honeybee.kitenet.net" $ props
`mountedAt` "/"
`setSize` MegaBytes 8000
)
+ & hasPartition
+ ( partition EXT4
+ `mountedAt` "/boot"
+ `setSize` MegaBytes 512
+ )
& JoeySites.cubieTruckOneWire
& Apt.installed ["firmware-brcm80211"]