systemvmtemplate: install libc6:i386 for 64bit template 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/9d8a62d0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d8a62d0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9d8a62d0 Branch: refs/heads/CLOUDSTACK-8301 Commit: 9d8a62d0ee379bf8b67405944c86f68587245db6 Parents: 95e7673 Author: Rohit Yadav <[email protected]> Authored: Mon May 18 19:58:57 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Mon May 18 19:58:57 2015 +0200 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/install_systemvm_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d8a62d0/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index fc90eba..83117a1 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -48,7 +48,7 @@ function install_packages() { if [ "${arch}" != "i386" ]; then dpkg --add-architecture i386 apt-get update - ${apt_get} install links:i386 libuuid1:i386 + ${apt_get} install links:i386 libuuid1:i386 libc6:i386 fi ${apt_get} install \
