Skip to content

Commit

Permalink
Drop vboxmanage config requiring virtualbox >= 7
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodrigues <cefrodrigues@gmail.com>
  • Loading branch information
carlosefr committed Dec 11, 2022
1 parent f244ff1 commit 58e2498
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packer_templates/centos/centos-stream-9-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
"ssh_username": "vagrant",
"type": "virtualbox-iso",
"virtualbox_version_file": ".vbox_version",
"vm_name": "{{ user `template` }}",
"vboxmanage": [
["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"]
]
"vm_name": "{{ user `template` }}"
},
{
"boot_command": "{{ user `boot_command` }}",
Expand Down

0 comments on commit 58e2498

Please sign in to comment.