summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 12:04:03 -0400
committerJoey Hess2015-10-23 12:04:03 -0400
commit72f956788ef144a3a516e759335d2e7fbc6931ec (patch)
tree0d0569dce6c6dfa9f4d9da11de4985b89c90d13d /config-joey.hs
parent02faa876dbf3000fb091be6a4a3ab5b6a26ed028 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 9148fe4e..fce4f7a1 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -84,9 +84,7 @@ darkstar = host "darkstar.kitenet.net"
& imageBuilt "/tmp/img" c MSDOS (grubBooted PC)
[ partition EXT2 `mountedAt` "/boot"
`setFlag` BootFlag
- -- `addFreeSpace` MegaBytes 200
, partition EXT4 `mountedAt` "/"
- -- `addFreeSpace` MegaBytes 200
, swapPartition (MegaBytes 256)
]
where