From b08e5f6ebed4f8ae429876c4f01f31000562ab66 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Sep 2015 11:58:06 -0700 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') 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` "/" -- cgit v1.3-2-g0d8e