aboutsummaryrefslogtreecommitdiff
path: root/packer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'packer.conf')
-rw-r--r--packer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/packer.conf b/packer.conf
index dafb071..e741255 100644
--- a/packer.conf
+++ b/packer.conf
@@ -87,6 +87,7 @@ provisioners = [
87 "SVCS={{user `svcs`}}" 87 "SVCS={{user `svcs`}}"
88 "KERNEL_MODS={{user `kernel_modules`}}" 88 "KERNEL_MODS={{user `kernel_modules`}}"
89 "KERNEL_OPTS={{user `kernel_options`}}" 89 "KERNEL_OPTS={{user `kernel_options`}}"
90 "INITFS_FEATURES={{user `initfs_features`}}"
90 ] 91 ]
91 use_env_var_file = "true" 92 use_env_var_file = "true"
92 execute_command = "sudo sh -c '. {{.EnvVarFile}} && {{.Path}}'" 93 execute_command = "sudo sh -c '. {{.EnvVarFile}} && {{.Path}}'"