ros_ide_vm: Export as OVF 1.0, add manifest

This commit is contained in:
Alexey Rogachevskiy
2020-06-28 20:40:15 +03:00
parent 8672f32304
commit c437b219cd

View File

@@ -30,6 +30,10 @@
"shutdown_command": "echo '{{user `password`}}' | sudo -S shutdown -P now",
"vboxmanage_post": [
["modifyvm", "{{.Name}}", "--memory", "2048"]
],
"export_opts": [
"--ovf10",
"--manifest"
]
}],
"provisioners": [{