diff options
Diffstat (limited to 'packer/templates/basebuild.json')
-rw-r--r-- | packer/templates/basebuild.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json index 8e60b5f9..32fe67a4 100644 --- a/packer/templates/basebuild.json +++ b/packer/templates/basebuild.json @@ -41,16 +41,9 @@ }, { "type": "shell", - "environment_vars": [ - "LAVAHOST={{user `lavahost`}}", - "LAVAUSER={{user `lavauser`}}", - "LAVATOKEN={{user `lavatoken`}}" - ], "scripts": [ "provision/baseline.sh", - "provision/basebuild.sh", - "provision/agl_dependencies.sh", - "provision/agl_mirror.sh", + "provision/basebuild-no-tmpfs.sh", "provision/system_reseal.sh" ], "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi" |