summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-22 15:35:08 -0400
committerJoey Hess2015-10-22 15:35:08 -0400
commitd18f1e9e49eff5ca8d43845e2b9ce6483d219ffc (patch)
treeeb7f57e5d3c1c61c17c8d7514ba4ea4785320e05 /config-joey.hs
parente411dba08924e9471e1af660d8126b2c3b095b90 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files 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