mirror of https://github.com/apache/cloudstack.git
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:
parent
08348593a2
commit
b29d8e7280
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue