distro/rhel9: remove arch-dependent packages from Azure common

These are already added by the platform.

Co-Authored-By: Christian Kellner <christian@kellner.me>
This commit is contained in:
Achilleas Koutsou 2022-12-14 17:15:29 +01:00 committed by Christian Kellner
parent f711219f0a
commit ee7429880f

View file

@ -87,8 +87,6 @@ func azureCommonPackageSet(t *imageType) rpmmd.PackageSet {
"dracut-config-generic",
"efibootmgr",
"gdisk",
"grub2-efi-x64",
"grub2-pc",
"hyperv-daemons",
"kernel-core",
"kernel-modules",
@ -101,7 +99,6 @@ func azureCommonPackageSet(t *imageType) rpmmd.PackageSet {
"patch",
"rng-tools",
"selinux-policy-targeted",
"shim-x64",
"uuid",
"WALinuxAgent",
"yum-utils",