From d6d366795e6ed5c99592c785e08b84a48701af63 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Sep 2018 15:10:15 -0400 Subject: propellor spin --- joeyconfig.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'joeyconfig.hs') 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"] -- cgit v1.2.3