summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-11-29 01:49:05 -0400
committerJoey Hess2017-11-29 01:49:05 -0400
commit60a15a5876c3e8113077ca0a8395527536f801b7 (patch)
treec33b0dd1d218d8d294ecdb78aa5f9c50a0c91732
parent3dfd1a7cd5dc9b5a099d0366b2eb5aadd33cb9e3 (diff)
propellor spin
-rw-r--r--joeyconfig.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index d39b7ed8..00c22ccc 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -183,12 +183,6 @@ honeybee = host "honeybee.kitenet.net" $ props
& cubietech_Cubietruck
& hasPartition
- ( partition EXT2
- `mountedAt` "/boot"
- `partLocation` Beginning
- `setSize` MegaBytes 200
- )
- & hasPartition
( partition EXT4
`mountedAt` "/"
`addFreeSpace` MegaBytes 500