mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5259: added 32 bit support for vhd-util
This commit is contained in:
parent
340e0ad8f5
commit
ee0254352b
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue