Do no install openssh-server in the base filsystem for the live server installer.

This commit is contained in:
Michael Hudson-Doyle 2018-12-13 12:23:10 +13:00
parent 2a9aac5635
commit f81fb59a00
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <michael.hudson@ubuntu.com> Mon, 17 Dec 2018 13:40:21 +1300
livecd-rootfs (2.550) disco; urgency=medium
[ Balint Reczey ]

View File

@ -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'