From f0157db4c16fa335114bd4541be1a350255460b4 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 17 May 2023 12:37:59 +0200 Subject: [PATCH] Replace source image --- packer/ova/rhel-8.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/ova/rhel-8.json b/packer/ova/rhel-8.json index 700d679..7bc0f17 100644 --- a/packer/ova/rhel-8.json +++ b/packer/ova/rhel-8.json @@ -9,9 +9,9 @@ "epel_rpm_gpg_key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8", "guest_os_type": "rhel8-64", "http_directory": "./packer/ova/linux/{{user `distro_name`}}/http/", - "iso_checksum": "1419EA8AE06722F858734BCC8060285314C335522E2086F0963941CD00432F8C", + "iso_checksum": "517ABCC67EE3B7212F57E180F5D30BE3E8269E7A99E127A3399B7935C7E00A09", "iso_checksum_type": "sha256", - "iso_url": "https://{{ user `repo_username` }}:{{ user `repo_password` }}@sn.itch.fyi/Repository/iso/Redhat/rhel-8.8-x86_64-boot.iso", + "iso_url": "https://{{ user `repo_username` }}:{{ user `repo_password` }}@sn.itch.fyi/Repository/iso/Redhat/rhel-8.8-x86_64-dvd.iso", "os_display_name": "RHEL 8", "redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm", "shutdown_command": "shutdown -P now",