X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fubuntu1604-ovf-osm.json;h=c2071a9a079ac29555e7a24aa607c3bb3d8a052e;hb=cfbccb541ba673303103859798523442cffedc12;hp=5b22d2e073850884f470bb545931be49317c1907;hpb=266e4749ed940af746bbc1a71ec054d0a2d4b8a6;p=osm%2Fdevops.git diff --git a/packer/ubuntu1604-ovf-osm.json b/packer/ubuntu1604-ovf-osm.json index 5b22d2e0..c2071a9a 100644 --- a/packer/ubuntu1604-ovf-osm.json +++ b/packer/ubuntu1604-ovf-osm.json @@ -31,7 +31,7 @@ "ssh_password": "vagrant", "ssh_port": 22, "ssh_wait_timeout": "10000s", - "shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now", + "shutdown_command": "echo '/sbin/shutdown -h -P now' > /tmp/shutdown.sh; echo 'vagrant'|sudo -S sh '/tmp/shutdown.sh'", "virtualbox_version_file": ".vbox_version", "vm_name": "{{user `vm_name`}}", "output_directory": "{{user `build_dir`}}",