fix vmware guest type

This commit is contained in:
Jeffrey Martin 2018-05-09 16:19:52 -05:00
parent e38f94b957
commit 57dad47c56
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"ssh_password": "vagrant",
"ssh_wait_timeout": "2h",
"shutdown_command": "echo 'packer' | sudo -S shutdown -P now",
"guest_os_type": "Ubuntu_64",
"guest_os_type": "ubuntu-64",
"tools_upload_flavor": "linux",
"disk_size": 40000,
"vm_name": "metasploitable3-ub1404",