summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ubuntu-17.10-amd64.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu-17.10-amd64.json b/ubuntu-17.10-amd64.json
index 36e13fd..6fbe4bb 100644
--- a/ubuntu-17.10-amd64.json
+++ b/ubuntu-17.10-amd64.json
@@ -1,7 +1,7 @@
{
"variables": {
- "iso_url": "http://releases.ubuntu.com/17.10/ubuntu-17.10-server-amd64.iso",
- "iso_checksum": "af913c00296eb0cfece99b8a02ae6db035ae173ed240241e780c8d7db96914b1",
+ "iso_url": "http://releases.ubuntu.com/17.10/ubuntu-17.10.1-server-amd64.iso",
+ "iso_checksum_url": "http://releases.ubuntu.com/17.10/SHA256SUMS",
"iso_checksum_type": "sha256",
"vm_name": "ubuntu-17.10-amd64",
"http_dir": "http",
@@ -13,7 +13,7 @@
"type": "qemu",
"accelerator": "kvm",
"iso_url": "{{ user `iso_url` }}",
- "iso_checksum": "{{ user `iso_checksum` }}",
+ "iso_checksum_url": "{{ user `iso_checksum_url` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
"output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",
@@ -55,7 +55,7 @@
"type": "virtualbox-iso",
"guest_os_type": "Ubuntu_64",
"iso_url": "{{ user `iso_url` }}",
- "iso_checksum": "{{ user `iso_checksum` }}",
+ "iso_checksum_url": "{{ user `iso_checksum_url` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
"output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",
@@ -96,7 +96,7 @@
"type": "vmware-iso",
"guest_os_type": "ubuntu-64",
"iso_url": "{{ user `iso_url` }}",
- "iso_checksum": "{{ user `iso_checksum` }}",
+ "iso_checksum_url": "{{ user `iso_checksum_url` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
"output_directory": "{{ user `output_directory` }}",
"vm_name": "{{ user `vm_name` }}",