Skip to content

Instantly share code, notes, and snippets.

@bstoots
Created November 11, 2018 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstoots/881f4978354210a198b37deff375981a to your computer and use it in GitHub Desktop.
Save bstoots/881f4978354210a198b37deff375981a to your computer and use it in GitHub Desktop.
ubuntu-18.04-debug-amd64.json
{
"builders": [{
"type": "virtualbox-iso",
"guest_os_type": "Ubuntu_64",
"iso_url": "http://releases.ubuntu.com/18.04/ubuntu-18.04.1-server-amd64.iso",
"iso_checksum": "a5b0ea5918f850124f3d72ef4b85bda82f0fcd02ec721be19c1a6952791c8ee8",
"iso_checksum_type": "sha256",
"output_directory": "output-ubuntu-18.04-debug-amd64-{{build_type}}",
"vm_name": "packer-ubuntu-18.04-debug-amd64",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"shutdown_command": "sudo systemctl poweroff"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment