Disable KBB numlock to work around kernel crash with TDX.
Add package azure-vm-utils to all SLE 15 SP5+ and SLE Micro 5.5 Azure recipes.
Required by AzureMonitorAgent WA Agent extension.
As of 15 Sp3 we have a signed shim package for aarch64. With 15 SP4 and forward we want to support secure boot with aarch64 in the Public Cloud. Therefore we drop the arch setting when including the package to pull it into builds for x86_64 and aarch64. Signed-off-by: Robert Schweikert <rjschwei@suse.com>
Better support for rootless containers using podman. We want to make as easy as possible for our users to run containers. For rootless containers it is recommended to us cgroups v2. Set the kernel command line option for systemd to use cgroups v2.
Explicitly include python 3.11 versions of ec2imgutils and Azure SDK to avoid build issues.
Add package libnsl1 to SLES for SAP 15 SP6 as required by the SAP HANA client installer (bsc#1223133).
Use keytable 'us' instead of 'us.map.gz'.
Switch from obsolete package nfsidmap to libnfsidmap1 in SLE 15 SP6.
Remove scriptlets from SLE 15 for Azure that modify /etc/waagent.conf. Use Azure Linux Agent config packages in SLE 15.
Set kernel parameter nvme_core.io_timeout to 240 in SLES for SAP for Azure (bsc#1220998).
Use systemd-sysvcompat in SLE 15 SP6 instead of systemd-sysvinit (package rename).
Fall back to locally assigned link-local IP address in case DHCP fails. This helps work around the issue that in EC2, instances in IPv6-only subnet do not have access to IMDS IPv6 endpoints by default.