deployment.sh: always install openssh-server

I don't see any reason why we shouldn't have openssh-server on
each system we install, if manually testing installations of
ngcp-installer on plain Debian systems with the deployment ISO
it's annoying to not be able to login after initial deployment,
so let's change this...

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 13 years ago
parent 114dc5c8b9
commit 76271b74b8

@ -675,6 +675,9 @@ linux-headers-2.6-amd64
# support acpi (d-i installs them as well)
acpi acpid acpi-support-base
# be able to login on the system, even if just installing plain Debian
openssh-server
# packages d-i installs but we ignore/skip:
#discover
#gettext-base

Loading…
Cancel
Save