From bbeb164abffb3d0a973229f53fe80c469c391219 Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Thu, 12 Dec 2013 14:47:21 +0530 Subject: [PATCH] CLOUDSTACK-5259: added 32 bit support for vhd-util --- .../appliance/definitions/systemvm64template/postinstall.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index c78896569a1..4b43eeed381 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -98,6 +98,12 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install haproxy + #32 bit architecture support:: not required for 32 bit template + dpkg --add-architecture i386 + apt-get update + apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 + + } setup_accounts() {