From a473683ac7d8ad76f07c16bf53ad11e6faecd087 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Thu, 13 Dec 2018 12:23:10 +1300 Subject: [PATCH] Do no install openssh-server in the base filsystem for the live server installer. --- debian/changelog | 2 ++ live-build/auto/config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1f789b7c..c2d5c8b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ livecd-rootfs (2.525.13) UNRELEASED; urgency=medium of installer.squashfs and fish kernel, initrd and modules out of that with an initrd hook that records kernel metapackage name in /run and mounts /lib/modules from a squashfs on the ISO. + * Do no install openssh-server in the base filsystem for the live server + installer. -- Michael Hudson-Doyle Thu, 13 Dec 2018 15:22:15 +1300 diff --git a/live-build/auto/config b/live-build/auto/config index 463fc83d..1026121c 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -530,7 +530,7 @@ case $PROJECT in live) add_task install standard add_task install server - LIVE_TASK='cloud-image' + add_package install cloud-init ;; esac COMPONENTS='main'