mirror of https://github.com/apache/cloudstack.git
systemvm64template: install libc6:i386
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
fd97705f83
commit
8daa665fca
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue