diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 413313c51e6..99a7538a057 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.5.2 +CLOUDSTACK_RELEASE=4.5.1 add_backports () { sed -i '/backports/d' /etc/apt/sources.list @@ -98,7 +98,7 @@ install_packages() { #installing 32 -bit architecture for running vhd-util dpkg --add-architecture i386 apt-get update - apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 + apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 libc6:i386 apt-get --no-install-recommends -q -y --force-yes install radvd