summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-09-19 15:10:15 -0400
committerJoey Hess2018-09-19 15:10:15 -0400
commitd6d366795e6ed5c99592c785e08b84a48701af63 (patch)
tree5ae90ef5cefa518fff576191038e47a2c64d4f5b /joeyconfig.hs
parent772a4c379f4dc3bd0640fa1afdfedd06a81f5f00 (diff)
propellor spin
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"]