summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/privdata_propigation_into_diskimages.mdwn4
-rw-r--r--joeyconfig.hs6
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/todo/privdata_propigation_into_diskimages.mdwn b/doc/todo/privdata_propigation_into_diskimages.mdwn
new file mode 100644
index 00000000..1ffd26d0
--- /dev/null
+++ b/doc/todo/privdata_propigation_into_diskimages.mdwn
@@ -0,0 +1,4 @@
+When building a disk image with propellor bootstrapped in it, the decrypted
+privdata file is not written, so propellor can't be run on the booted
+system without first doing a propellor --spin from the dev laptop. Not a
+big problem but worth fixing some time. --[[Joey]]
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