summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-22 13:57:03 -0400
committerJoey Hess2015-10-22 13:57:03 -0400
commite73f67c381d41c65f33fb94dccdcbb7b120ad9a8 (patch)
treecf6b23c0e1654814e6c32dd9e92d0c69b91ab2a9 /config-joey.hs
parentf651e3cad11a9834bebf3e7c3fde85ef559f8f48 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
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"]