summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-22 20:52:11 -0400
committerJoey Hess2015-10-22 20:52:11 -0400
commit5db5d8418e27e187502e0807c3cbb7554dbbbcd1 (patch)
treea5b0f71e1f400418ad6b378865375235f0b1a744 /config-joey.hs
parent123264e11659d455608c142ccecf320a116ad128 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs11
1 files changed, 5 insertions, 6 deletions
diff --git a/config-joey.hs b/config-joey.hs
index cc1a9687..21d7194f 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -81,13 +81,12 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.postfixClientRelay (Context "darkstar.kitenet.net")
& JoeySites.dkimMilter
- & imageBuilt "/tmp/img" c MSDOS
- [
- -- partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag
- partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100
+ & imageBuilt "/tmp/img" c MSDOS (grubBooted PC)
+ [ partition EXT4 `mountedAt` "/"
+ `addFreeSpace` MegaBytes 100
`setFlag` BootFlag
- -- , swapPartition (MegaBytes 256)
- ] (grubBooted PC)
+ , swapPartition (MegaBytes 256)
+ ]
where
c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d
& Apt.installed ["linux-image-amd64"]