diff options
-rw-r--r-- | rocky-9-x86_64.json | 6 |
1 files 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 @@ "<enter>" ], "qemuargs": [ + ["-cpu", "host"], ["-m", "{{ user `memory` }}"], - ["-smp", "{{ user `cpus` }}"], - ["-cpu", "host"] + ["-smp", "{{ user `cpus` }}"] ] }], "post-processors": [{ |