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 <wrodrigues@schubergphilis.com>

This closes #587
This commit is contained in:
wilderrodrigues 2015-07-16 11:40:20 +02:00
parent 08348593a2
commit b29d8e7280
1 changed files with 6 additions and 0 deletions

View File

@ -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