Repository: cloudstack Updated Branches: refs/heads/reporter 28300b5d0 -> 3e1816df9 (forced update)
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 <wrodrig...@schubergphilis.com> This closes #587 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b29d8e72 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b29d8e72 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b29d8e72 Branch: refs/heads/reporter Commit: b29d8e72801173e7a3d868c7badaefe8872e4736 Parents: 0834859 Author: wilderrodrigues <wrodrig...@schubergphilis.com> Authored: Thu Jul 16 11:40:20 2015 +0200 Committer: wilderrodrigues <wrodrig...@schubergphilis.com> Committed: Thu Jul 16 13:14:49 2015 +0200 ---------------------------------------------------------------------- systemvm/patches/debian/buildsystemvm.sh | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b29d8e72/systemvm/patches/debian/buildsystemvm.sh ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/buildsystemvm.sh b/systemvm/patches/debian/buildsystemvm.sh index 73a3771..a34b1dd 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