summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 01:41:08 -0400
committerJoey Hess2015-10-23 01:41:08 -0400
commit31db9fc57d8413c3c606ab428b2d17814f25e3a8 (patch)
treec804e9fe80defb71022b891255f1b9ebcaa453d7 /config-joey.hs
parentb3240a7eb4bfb9e446e781a17e88a98c6b811f00 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 21d7194f..ca1e0ef7 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -82,9 +82,11 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.dkimMilter
& imageBuilt "/tmp/img" c MSDOS (grubBooted PC)
- [ partition EXT4 `mountedAt` "/"
+ [ partition EXT4 `mountedAt` "/boot"
`addFreeSpace` MegaBytes 100
`setFlag` BootFlag
+ , partition EXT4 `mountedAt` "/"
+ `addFreeSpace` MegaBytes 100
, swapPartition (MegaBytes 256)
]
where