From f824cbb79dfbd8ff3573e0305cfc00ad6d5af39f Mon Sep 17 00:00:00 2001 From: Brad Ackerman Date: Sat, 8 Aug 2020 18:44:39 -0700 Subject: [PATCH] Don't deprovision in chroot. --- examples/azure/freebsd-chroot.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"