From d18f1e9e49eff5ca8d43845e2b9ce6483d219ffc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Oct 2015 15:35:08 -0400 Subject: propellor spin --- config-joey.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 815fe798..24c3843a 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -82,8 +82,9 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.dkimMilter & imageBuilt "/tmp/img" c MSDOS - [ partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag - , partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100 + [ + -- partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag + partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100 -- , swapPartition (MegaBytes 256) ] (grubBooted PC) where -- cgit v1.2.3