From 5db5d8418e27e187502e0807c3cbb7554dbbbcd1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Oct 2015 20:52:11 -0400 Subject: propellor spin --- config-joey.hs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index cc1a9687..21d7194f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -81,13 +81,12 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.postfixClientRelay (Context "darkstar.kitenet.net") & JoeySites.dkimMilter - & imageBuilt "/tmp/img" c MSDOS - [ - -- partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag - partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100 + & imageBuilt "/tmp/img" c MSDOS (grubBooted PC) + [ partition EXT4 `mountedAt` "/" + `addFreeSpace` MegaBytes 100 `setFlag` BootFlag - -- , swapPartition (MegaBytes 256) - ] (grubBooted PC) + , swapPartition (MegaBytes 256) + ] where c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d & Apt.installed ["linux-image-amd64"] -- cgit v1.2.3