From 24e9167f4b4531cf3bb9346e099592df76d7820e Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 15 Jun 2023 16:56:12 -0400 Subject: [PATCH] fix: update rhel 9 from v9.1 to v9.2 (#587) Updates RHEL 9 from v9.1 to v9.2. Signed-off-by: Ryan Johnson --- CHANGELOG.md | 2 +- builds/linux/rhel/9/linux-rhel.auto.pkrvars.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2954e98..7c68bb9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ On 31 May 2023, Ubuntu 18.04 LTS reached the end of standard support. See [Ubuntu Lifecycle](https://ubuntu.com/about/release-cycle) for more information. -- Updates Red Hat Enterprise Linux 9 to 9.2 release. [GH-576](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/576) +- Updates Red Hat Enterprise Linux 9 to 9.2 release. [GH-576](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/576), [GH-587](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/587) - Updates Red Hat Enterprise Linux 8 to 8.8 release. [GH-577](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/577) - Updates Almalinux 9 to 9.2 release. [GH-569](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/569) - Updates Almalinux 8 to 8.8 release. [GH-570](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/570) diff --git a/builds/linux/rhel/9/linux-rhel.auto.pkrvars.hcl b/builds/linux/rhel/9/linux-rhel.auto.pkrvars.hcl index 09ab2c3aa..4a6f807e6 100644 --- a/builds/linux/rhel/9/linux-rhel.auto.pkrvars.hcl +++ b/builds/linux/rhel/9/linux-rhel.auto.pkrvars.hcl @@ -29,7 +29,7 @@ vm_network_card = "vmxnet3" // Removable Media Settings iso_path = "iso/linux/rhel" -iso_file = "rhel-baseos-9.2-x86_64-dvd.iso" +iso_file = "rhel-9.2-x86_64-dvd.iso" iso_checksum_type = "sha256" iso_checksum_value = "a18bf014e2cb5b6b9cee3ea09ccfd7bc2a84e68e09487bb119a98aa0e3563ac2"