diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index 0cb2a92a2de..ff25ac08dc0 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -76,6 +76,11 @@ function install_packages() { radvd \ sharutils + # hold on installed openswan version, upgrade rest of the packages (if any) + apt-mark hold openswan + apt-get update + apt-get -y --force-yes upgrade + # commented out installation of vmware-tools as we are using the open source open-vm-tools: # ${apt_install} build-essential linux-headers-`uname -r` # df -h