diff --git a/examples/azure/freebsd-chroot.json b/examples/azure/freebsd-chroot.json index 98111ad07..8b8d42825 100644 --- a/examples/azure/freebsd-chroot.json +++ b/examples/azure/freebsd-chroot.json @@ -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"