systemvm64template: install libc6:i386 Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8daa665f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8daa665f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8daa665f Branch: refs/heads/master Commit: 8daa665fca9b03b14e1394bb7d3c7bcac94450f8 Parents: fd97705 Author: Rohit Yadav <[email protected]> Authored: Mon May 18 19:57:01 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Mon May 18 19:57:01 2015 +0200 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8daa665f/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 413313c..99a7538 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
