From 7a39ed2960f04620525118c77ddd41a5faaa3dd7 Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Thu, 15 Jul 2021 10:46:17 +0200 Subject: [PATCH] Update create-vm json for packer 1.3 --- bitcrazeVM_createVM.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitcrazeVM_createVM.json b/bitcrazeVM_createVM.json index d3915e2..b7216c2 100644 --- a/bitcrazeVM_createVM.json +++ b/bitcrazeVM_createVM.json @@ -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`}}",