mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7143: install openssl early enough to allow generating passwords
This commit is contained in:
parent
a56392b5e4
commit
631a3c8722
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue