From b1fb5f036163171659b318af437ef3ca85d031d5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 10 Mar 2023 17:06:52 +0100 Subject: remove iso_checksum_type and rename iso_checksum_url to iso_checksum as needed by newer versions --- rocky-9-x86_64.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rocky-9-x86_64.json b/rocky-9-x86_64.json index 8ae43b5..ad209ec 100644 --- a/rocky-9-x86_64.json +++ b/rocky-9-x86_64.json @@ -1,8 +1,7 @@ { "variables": { "iso_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/9/isos/x86_64/Rocky-9.1-x86_64-minimal.iso", - "iso_checksum_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/9/isos/x86_64/CHECKSUM", - "iso_checksum_type": "sha256", + "iso_checksum": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/9/isos/x86_64/CHECKSUM", "vm_name": "rocky-9-x86_64", "boot_wait": "5s", "http_dir": "http", @@ -14,7 +13,7 @@ "type": "qemu", "accelerator": "kvm", "iso_url": "{{ user `iso_url` }}", - "iso_checksum": "file:{{ user `iso_checksum_url` }}", + "iso_checksum": "file:{{ user `iso_checksum` }}", "output_directory": "{{ user `output_directory` }}", "vm_name": "{{ user `vm_name` }}", "format": "qcow2", -- cgit v1.2.3-55-g7522