summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-02 15:44:47 -0700
committerJoey Hess2015-09-02 15:44:47 -0700
commit851f7ebb8d598d9379a275df9b13303d3ac6d521 (patch)
treec8e2ad7ce9782de21ef8c9ea394863cba5c37c67 /config-joey.hs
parent6dfc583d27cb0aeecf48f6dae01b98625902372b (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 35739f05..bfd14d7e 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -80,7 +80,7 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.postfixClientRelay (Context "darkstar.kitenet.net")
& JoeySites.dkimMilter
- & imageBuilt "/tmp/img" c ps (grubBooted PC)
+ & imageBuilt "/tmp/img" c ps noFinalization -- (grubBooted PC)
where
c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d
& Apt.installed ["linux-image-amd64"]