From cb8e77860a079fcc6e472ce489a70f4d1d9edc6e Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 14 Jun 2023 17:01:23 +0200 Subject: rocky-9: update links and config. --- rocky-9-x86_64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rocky-9-x86_64.json b/rocky-9-x86_64.json index ad209ec..da2aeae 100644 --- a/rocky-9-x86_64.json +++ b/rocky-9-x86_64.json @@ -1,6 +1,6 @@ { "variables": { - "iso_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/9/isos/x86_64/Rocky-9.1-x86_64-minimal.iso", + "iso_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-minimal.iso", "iso_checksum": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/9/isos/x86_64/CHECKSUM", "vm_name": "rocky-9-x86_64", "boot_wait": "5s", @@ -34,9 +34,9 @@ "" ], "qemuargs": [ + ["-cpu", "host"], ["-m", "{{ user `memory` }}"], - ["-smp", "{{ user `cpus` }}"], - ["-cpu", "host"] + ["-smp", "{{ user `cpus` }}"] ] }], "post-processors": [{ -- cgit v1.2.3-55-g7522