From 1272a332e40289f5a15ede274f0c7754e22b139f Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 14 Jun 2023 17:00:01 +0200 Subject: centos-8: update links and config. --- centos-8-x86_64.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'centos-8-x86_64.json') diff --git a/centos-8-x86_64.json b/centos-8-x86_64.json index 8866b02..4d70f93 100644 --- a/centos-8-x86_64.json +++ b/centos-8-x86_64.json @@ -1,9 +1,7 @@ { "variables": { - "iso_base_url": "https://mirrors.edge.kernel.org/centos/8/isos/x86_64", - "iso_url": "{{ user `iso_base_url` }}/CentOS-8.1.1911-x86_64-boot.iso", - "iso_checksum_url": "{{ user `iso_base_url` }}/CHECKSUM", - "iso_checksum_type": "sha256", + "iso_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-latest-boot.iso", + "iso_checksum": "https://mirror1.hs-esslingen.de/pub/Mirrors/centos/8-stream/isos/x86_64/CHECKSUM", "vm_name": "centos-8-x86_64", "boot_wait": "5s", "http_dir": "http", @@ -15,8 +13,7 @@ "type": "qemu", "accelerator": "kvm", "iso_url": "{{ user `iso_url` }}", - "iso_checksum_url": "{{ user `iso_checksum_url` }}", - "iso_checksum_type": "{{ user `iso_checksum_type` }}", + "iso_checksum": "file:{{ user `iso_checksum` }}", "output_directory": "{{ user `output_directory` }}", "vm_name": "{{ user `vm_name` }}", "format": "qcow2", @@ -37,6 +34,7 @@ "" ], "qemuargs": [ + ["-cpu", "host"], ["-m", "{{ user `memory` }}"], ["-smp", "{{ user `cpus` }}"] ] -- cgit v1.2.3-55-g7522