From e73f67c381d41c65f33fb94dccdcbb7b120ad9a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Oct 2015 13:57:03 -0400 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 7d0f3c05..3fcf2289 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -85,7 +85,7 @@ darkstar = host "darkstar.kitenet.net" [ partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag , partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100 -- , swapPartition (MegaBytes 256) - ] noFinalization -- (grubBooted PC) + ] (grubBooted PC) -- (grubBooted PC) where c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d & Apt.installed ["linux-image-amd64"] -- cgit v1.2.3