mirror of https://github.com/apache/cloudstack.git
put xe-guest-tools back
This commit is contained in:
parent
5e0fad00f8
commit
5aac32d2b2
|
|
@ -70,7 +70,7 @@ function install_packages() {
|
|||
radvd \
|
||||
sharutils genisoimage \
|
||||
strongswan libcharon-extra-plugins libstrongswan-extra-plugins \
|
||||
virt-what open-vm-tools qemu-guest-agent hyperv-daemons xen-tools\
|
||||
virt-what open-vm-tools qemu-guest-agent hyperv-daemons \
|
||||
haveged
|
||||
|
||||
apt-get -q -y -t stretch-backports install nftables
|
||||
|
|
@ -89,9 +89,9 @@ function install_packages() {
|
|||
fi
|
||||
|
||||
# Install xenserver guest utilities as debian repos don't have it - commented temporarily then will be removed as debian9 repos have much later xen-tools
|
||||
# wget https://mirrors.kernel.org/ubuntu/pool/main/x/xe-guest-utilities/xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
|
||||
# dpkg -i xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
|
||||
# rm -f xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
|
||||
wget https://mirrors.kernel.org/ubuntu/pool/main/x/xe-guest-utilities/xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
|
||||
dpkg -i xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
|
||||
rm -f xe-guest-utilities_7.10.0-0ubuntu1_amd64.deb
|
||||
}
|
||||
|
||||
return 2>/dev/null || install_packages
|
||||
|
|
|
|||
Loading…
Reference in New Issue