summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Janczyk2023-06-14 17:01:01 +0200
committerMichael Janczyk2023-06-14 17:01:01 +0200
commitb53eb294527d7a75be82571ebd2d26f6e3fd00d0 (patch)
tree2a4c34f0294c7821db9e6e43ec24b136d64a5004
parentcentos-8: update links and config. (diff)
downloadpacker-templates-b53eb294527d7a75be82571ebd2d26f6e3fd00d0.tar.gz
packer-templates-b53eb294527d7a75be82571ebd2d26f6e3fd00d0.tar.xz
packer-templates-b53eb294527d7a75be82571ebd2d26f6e3fd00d0.zip
rocky-8: update links and config.
-rw-r--r--rocky-8-x86_64.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/rocky-8-x86_64.json b/rocky-8-x86_64.json
index 575f64a..7b39b02 100644
--- a/rocky-8-x86_64.json
+++ b/rocky-8-x86_64.json
@@ -1,9 +1,8 @@
{
"variables": {
- "iso_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/8/isos/x86_64/Rocky-8.5-x86_64-minimal.iso",
- "iso_checksum_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/8/isos/x86_64/CHECKSUM",
- "iso_checksum_type": "sha256",
- "vm_name": "rocky-8-x86_64",
+ "iso_url": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/8/isos/x86_64/Rocky-x86_64-minimal.iso",
+ "iso_checksum": "https://mirror1.hs-esslingen.de/pub/Mirrors/rocky/8/isos/x86_64/CHECKSUM",
+ "vm_name": "rocky-9-x86_64",
"boot_wait": "5s",
"http_dir": "http",
"kickstart_path": "rocky-8/anaconda-ks.cfg",
@@ -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",
@@ -35,6 +34,7 @@
"<enter>"
],
"qemuargs": [
+ ["-cpu", "host"],
["-m", "{{ user `memory` }}"],
["-smp", "{{ user `cpus` }}"]
]