From f81fb59a00ce025c19d821d7ed937ed2f0e4d27d 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 | 7 +++++++ live-build/auto/config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c27659ae..d040a83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.551) UNRELEASED; urgency=medium + + * Do no install openssh-server in the base filsystem for the live server + installer. + + -- Michael Hudson-Doyle Mon, 17 Dec 2018 13:40:21 +1300 + livecd-rootfs (2.550) disco; urgency=medium [ Balint Reczey ] diff --git a/live-build/auto/config b/live-build/auto/config index 21cba94d..496e8dea 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -513,7 +513,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'