[groovy][linux-meta-aws][PATCH] UBUNTU: [Packaging] add depends on microcode-initrd, for ucode updates.
Dimitri John Ledkov
xnox at ubuntu.com
Thu Sep 10 20:09:43 UTC 2020
BugLink: https://bugs.launchpad.net/bugs/1895200
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
Target branch: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-aws/+git/groovy/+ref/master
Purpose is to enable microcode updates (but still boot without full
initrd) on AWS Nitro Metal x86_64 intance types.
debian/control.d/aws | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control.d/aws b/debian/control.d/aws
index bf59b994f0..afc53dfce4 100644
--- a/debian/control.d/aws
+++ b/debian/control.d/aws
@@ -9,7 +9,7 @@ Description: Linux kernel headers for Amazon Web Services (AWS) systems.
Package: linux-image-aws${variant:suffix}
Architecture: amd64 arm64
Section: kernel
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-aws
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-aws, microcode-initrd [amd64]
Provides: ${dkms:zfs-modules} ${dkms:virtualbox-guest-modules} ${dkms:wireguard-linux-compat-modules}
Description: Linux kernel image for Amazon Web Services (AWS) systems.
This package will always depend on the latest kernel image available
--
2.27.0
More information about the kernel-team
mailing list