Don't deprovision in chroot.
This commit is contained in:
parent
67479f0b23
commit
f824cbb79d
|
@ -17,8 +17,7 @@
|
||||||
"provisioners": [
|
"provisioners": [
|
||||||
{
|
{
|
||||||
"inline": [
|
"inline": [
|
||||||
"env ASSUME_ALWAYS_YES=YES pkg bootstrap",
|
"env ASSUME_ALWAYS_YES=YES pkg bootstrap"
|
||||||
"/usr/local/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync"
|
|
||||||
],
|
],
|
||||||
"inline_shebang": "/bin/sh -x",
|
"inline_shebang": "/bin/sh -x",
|
||||||
"type": "shell"
|
"type": "shell"
|
||||||
|
|
Loading…
Reference in New Issue