From ee0254352b3894f14cb11e5cc688f57405935ee3 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/systemvmtemplate64/postinstall.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index a779d8cdcb3..d92e58bcdd0 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -89,6 +89,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() {