summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-02 11:58:06 -0700
committerJoey Hess2015-09-02 11:58:06 -0700
commitb08e5f6ebed4f8ae429876c4f01f31000562ab66 (patch)
treedcaa7b3be091ba0182773f8c042101fa1bdd3149 /config-joey.hs
parented42227b115ed1adf2e88b57bad8a7744d9cb240 (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 b3769db3..276817f2 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -84,7 +84,7 @@ darkstar = host "darkstar.kitenet.net"
& DiskImage.built "/tmp/img" c ps (DiskImage.grubBooted DiskImage.PC)
where
c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d
- & Apt.installed ["openssh-server"]
+ & Apt.installed ["linux-image-amd64"]
ps = DiskImage.fitChrootSize MSDOS
[ EXT2 `DiskImage.mountedPartition` "/boot"
, EXT4 `DiskImage.mountedPartition` "/"