aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-01 17:29:20 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-01 17:36:09 +0200
commit05dc72c8231971429e6e22f0e6fdaeb89018a12b (patch)
tree9c3622e1b7a0d8802cb4d930747d8487cf7b516f /packer/templates
parent2d4ce0dda038b5618cfebfa0cbee6c86c71bc3f3 (diff)
Add dependencies to basebuild
Instead of calling agl_dependencies.sh through cloud_user_data, we call it directly in the basebuild.json. Change-Id: I00644835f77e581fe88717aeadfa7b67a4365983 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index 426f290a..cb103f4b 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -44,6 +44,7 @@
"scripts": [
"provision/baseline.sh",
"provision/basebuild.sh",
+ "provision/agl_dependencies.sh",
"provision/system_reseal.sh"
],
"execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"