CLOUDSTACK-7143: install openssl early enough to allow generating passwords

This commit is contained in:
Leo Simons 2014-07-22 13:49:35 +02:00 committed by Rohit Yadav
parent a56392b5e4
commit 631a3c8722
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ function install_packages() {
${apt_install} \
rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables \
openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget \
openssh-server e2fsprogs dhcp3-client tcpdump socat wget \
python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps \
inetutils-ping iputils-arping httping \
dnsutils zip unzip ethtool uuid file iproute acpid virt-what sudo \

View File

@ -108,7 +108,7 @@ d-i passwd/user-default-groups string audio cdrom video admin
### Package selection
tasksel tasksel/first multiselect ssh-server
d-i pkgsel/include string openssh-server ntp acpid sudo bzip2
d-i pkgsel/include string openssh-server ntp acpid sudo bzip2 openssl
# Allowed values: none, safe-upgrade, full-upgrade
d-i pkgsel/upgrade select none