Don't deprovision in chroot.

This commit is contained in:
Brad Ackerman 2020-08-08 18:44:39 -07:00
parent 67479f0b23
commit f824cbb79d
No known key found for this signature in database
GPG Key ID: 5C5E7A6B14E3D827
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
"provisioners": [
{
"inline": [
"env ASSUME_ALWAYS_YES=YES pkg bootstrap",
"/usr/local/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync"
"env ASSUME_ALWAYS_YES=YES pkg bootstrap"
],
"inline_shebang": "/bin/sh -x",
"type": "shell"