Skip to content

Instantly share code, notes, and snippets.

@trodemaster
Created September 7, 2017 21:35
Show Gist options
  • Save trodemaster/69fa5a3570d020cff713595c16403b7a to your computer and use it in GitHub Desktop.
Save trodemaster/69fa5a3570d020cff713595c16403b7a to your computer and use it in GitHub Desktop.
{
"builders": [
{
"type": "vmware-vmx",
"fusion_app_path": "/Applications/VMware Fusion Tech Preview.app",
"source_path": "VM/Ubuntu1604-vmware/Ubuntu1604.vmx",
"skip_compaction": "true",
"output_directory": "VM/Ubuntu1604-vmware-fried",
"communicator": "ssh",
"ssh_password": "password",
"ssh_port": 22,
"ssh_username": "root",
"ssh_wait_timeout": "2h",
"shutdown_command": "sudo -S /sbin/halt -h -p"
}
],
"provisioners": [
{
"type": "shell",
"script": "scripts/nachos.sh"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment