From 41e6748371b9c9d3f3600cd7f481821c0520abf6 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 13 May 2024 21:08:33 +0200 Subject: [PATCH] distro/rhel10: replace dhcp-client with dhcpcd The dhcp-client was dropped from RHEL 10. As a cloud-init dependency, it has been replaced by dhcpcd. --- pkg/distro/rhel/rhel10/ami.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/distro/rhel/rhel10/ami.go b/pkg/distro/rhel/rhel10/ami.go index ade0215f7e..4520a288bc 100644 --- a/pkg/distro/rhel/rhel10/ami.go +++ b/pkg/distro/rhel/rhel10/ami.go @@ -173,7 +173,7 @@ func ec2CommonPackageSet(t *rhel.ImageType) rpmmd.PackageSet { "chrony", "cloud-init", "cloud-utils-growpart", - "dhcp-client", + "dhcpcd", "yum-utils", "dracut-config-generic", "gdisk",