CLOUDSTACK-6390: System vm failed to build with openssl installation error provided fix to skip interactive installation

This commit is contained in:
rayeesn 2014-04-11 00:46:49 -07:00 committed by Frank.Zhang
parent 8764692b27
commit a5261cee3f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ install_packages() {
dpkg -i hv-kvp-daemon_3.1_amd64.deb
#libraries required for rdp client (Hyper-V)
apt-get --no-install-recommends -q -y --force-yes install libtcnative-1 libssl-dev libapr1-dev
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -qq -y --force-yes install libtcnative-1 libssl-dev libapr1-dev
# vmware tools
apt-get --no-install-recommends -q -y --force-yes install open-vm-tools