summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-04 15:05:55 -0700
committerJoey Hess2015-09-04 15:05:55 -0700
commit6f4024f5307a81f26f5e6bf86b84c7363219cb3d (patch)
treefe50a479d753c7c1634a8f332c6e365a035b732e /config-joey.hs
parentc796ff513c71783ace1c3265bb63bc12e7e7a366 (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 2bb2f1bd..f5d2333e 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -83,7 +83,7 @@ darkstar = host "darkstar.kitenet.net"
& imageBuilt "/tmp/img" c MSDOS
[ partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag
, partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100
- , swapPartition (MegaBytes 256)
+ -- , swapPartition (MegaBytes 256)
] noFinalization -- (grubBooted PC)
where
c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d