From b29d8e72801173e7a3d868c7badaefe8872e4736 Mon Sep 17 00:00:00 2001 From: wilderrodrigues Date: Thu, 16 Jul 2015 11:40:20 +0200 Subject: [PATCH] CLOUDSTACK-8616 - Adding important remark about the use of buildsystemvm.sh - For package installation/update please refer to: cloud-tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh Signed-off-by: wilderrodrigues This closes #587 --- systemvm/patches/debian/buildsystemvm.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systemvm/patches/debian/buildsystemvm.sh b/systemvm/patches/debian/buildsystemvm.sh index 73a3771ca09..a34b1dd0a61 100755 --- a/systemvm/patches/debian/buildsystemvm.sh +++ b/systemvm/patches/debian/buildsystemvm.sh @@ -347,6 +347,12 @@ vpn_config() { cp -r ${scriptdir}/vpn/* ./ } +# +# IMPORTANT REMARK +# Package intallation is no longer done via this script. We are not removing the code yet, but we want to +# make sure that everybody willing to install/update packages should refer to the file: +# ==> cloud-tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +# packages() { DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical