From 5aac32d2b2f4db0f54995771747a80e50f985bb5 Mon Sep 17 00:00:00 2001 From: Paul Angus Date: Wed, 5 Dec 2018 21:49:48 +0000 Subject: [PATCH] put xe-guest-tools back --- .../systemvmtemplate/scripts/install_systemvm_packages.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh b/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh index ab83ee2f185..37589da6fc2 100644 --- a/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh +++ b/tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh @@ -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