summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-08-21 11:15:26 +0200
committerJonathan Bauer2018-08-21 11:15:26 +0200
commit6d8a52b75e265c5176e4b9bc4fe7519dba654aef (patch)
tree8720b60b048eb53ea42615e5489d1b2226ea3dad
parent[ubuntu] make sure to install grub to the MBR (diff)
downloadpacker-templates-6d8a52b75e265c5176e4b9bc4fe7519dba654aef.tar.gz
packer-templates-6d8a52b75e265c5176e4b9bc4fe7519dba654aef.tar.xz
packer-templates-6d8a52b75e265c5176e4b9bc4fe7519dba654aef.zip
[ubuntu-17.10] update to ubuntu 17.10.1
-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` }}",