summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
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` "/"