Skip to content

Commit

Permalink
RHEL-10: remove gdisk from pkg sets of all images
Browse files Browse the repository at this point in the history
The package was removed from c10s / el10.0 beta. I must add that after
the development freeze ¯\_(ツ)_/¯.

See https://issues.redhat.com/browse/CS-2494

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Aug 30, 2024
1 parent f8efc9d commit dea2846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/distro/rhel/rhel10/ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func ec2CommonPackageSet(t *rhel.ImageType) rpmmd.PackageSet {
"dhcpcd",
"yum-utils",
"dracut-config-generic",
"gdisk",
"grub2",
"langpacks-en",
"NetworkManager-cloud-setup",
Expand Down
1 change: 0 additions & 1 deletion pkg/distro/rhel/rhel10/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func azureCommonPackageSet(t *rhel.ImageType) rpmmd.PackageSet {
"cloud-utils-growpart",
"dracut-config-generic",
"efibootmgr",
"gdisk",
"hyperv-daemons",
"kernel-core",
"kernel-modules",
Expand Down

0 comments on commit dea2846

Please sign in to comment.