[Ubuntu20] remove reboot from packer json. (#2165)
This commit is contained in:
@@ -76,14 +76,6 @@
|
|||||||
],
|
],
|
||||||
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "shell",
|
|
||||||
"expect_disconnect": true,
|
|
||||||
"scripts": [
|
|
||||||
"{{template_dir}}/scripts/base/reboot.sh"
|
|
||||||
],
|
|
||||||
"execute_command": "/bin/sh -c '{{ .Vars }} {{ .Path }}'"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"script": "{{template_dir}}/scripts/base/apt.sh",
|
"script": "{{template_dir}}/scripts/base/apt.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user