Skip to content

Commit

Permalink
Update create-vm json for packer 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jul 15, 2021
1 parent ebd88b4 commit 7a39ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitcrazeVM_createVM.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"guest_os_type": "Ubuntu_64",
"hard_drive_interface": "sata",
"http_directory": "http",
"iso_checksum": "md5:e5bf713621b43207dead707396da29f6",
"iso_checksum": "e5bf713621b43207dead707396da29f6",
"iso_checksum_type": "md5",
"iso_url": "http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso",
"shutdown_command": "echo {{user `password`}} | sudo -S shutdown -P now",
"ssh_password": "{{user `password`}}",
Expand Down

0 comments on commit 7a39ed2

Please sign in to comment.