summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-22 20:26:53 -0400
committerJoey Hess2015-10-22 20:26:53 -0400
commit123264e11659d455608c142ccecf320a116ad128 (patch)
treefff7f672bd0eeccbf4dcd9ad78701413928b2d08 /config-joey.hs
parentc84005cbbf432a8296ee44fec83227b15ce18d38 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 24c3843a..cc1a9687 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -85,6 +85,7 @@ darkstar = host "darkstar.kitenet.net"
[
-- partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag
partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100
+ `setFlag` BootFlag
-- , swapPartition (MegaBytes 256)
] (grubBooted PC)
where