From b9ae18c5fbd5f7eabb52883c32ad11fa31703a79 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 28 Jan 2015 23:26:47 +0530 Subject: [PATCH] appliance: except for openswan upgrade rest of the packages Signed-off-by: Rohit Yadav --- .../systemvmtemplate/install_systemvm_packages.sh | 5 +++++ 1 file changed, 5 insertions(+) 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