diff options
author | Michael Janczyk | 2023-06-14 17:01:23 +0200 |
---|---|---|
committer | Michael Janczyk | 2023-06-14 17:01:23 +0200 |
commit | cb8e77860a079fcc6e472ce489a70f4d1d9edc6e (patch) | |
tree | e7f7a59bd34971a875a16b774b02a0e2f182a6b5 | |
parent | rocky-8: update links and config. (diff) | |
download | packer-templates-cb8e77860a079fcc6e472ce489a70f4d1d9edc6e.tar.gz packer-templates-cb8e77860a079fcc6e472ce489a70f4d1d9edc6e.tar.xz packer-templates-cb8e77860a079fcc6e472ce489a70f4d1d9edc6e.zip |
rocky-9: update links and config.
-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": [{ |