Skip to content

Commit

Permalink
distro/rhel10: replace dhcp-client with dhcpcd
Browse files Browse the repository at this point in the history
The dhcp-client was dropped from RHEL 10.  As a cloud-init dependency,
it has been replaced by dhcpcd.
  • Loading branch information
achilleas-k committed May 13, 2024
1 parent 035481e commit 2f2b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/distro/rhel/rhel10/ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f2b782

Please sign in to comment.