From 31db9fc57d8413c3c606ab428b2d17814f25e3a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Oct 2015 01:41:08 -0400 Subject: propellor spin --- config-joey.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index 21d7194f..ca1e0ef7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -82,9 +82,11 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.dkimMilter & imageBuilt "/tmp/img" c MSDOS (grubBooted PC) - [ partition EXT4 `mountedAt` "/" + [ partition EXT4 `mountedAt` "/boot" `addFreeSpace` MegaBytes 100 `setFlag` BootFlag + , partition EXT4 `mountedAt` "/" + `addFreeSpace` MegaBytes 100 , swapPartition (MegaBytes 256) ] where -- cgit v1.3-2-g0d8e