From 8daa665fca9b03b14e1394bb7d3c7bcac94450f8 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 18 May 2015 19:57:01 +0200 Subject: [PATCH] systemvm64template: install libc6:i386 Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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