From a9bce89f2e9981071c99098302c2b3756cc586ac Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Oct 26 2020 12:02:20 +0000 Subject: Add kernel packages to BaseOS Turns out nothing we're pulling into BaseOS via comps actually depends on the kernel packages directly. This is great! Except we need the kernel there. Signed-off-by: Josh Boyer --- diff --git a/shared/additional_and_filter_packages.conf b/shared/additional_and_filter_packages.conf index 995ff2d..009c4e6 100644 --- a/shared/additional_and_filter_packages.conf +++ b/shared/additional_and_filter_packages.conf @@ -16,6 +16,13 @@ additional_packages = [ '*', ], }), + ("^BaseOS$", { + "*": [ + "kernel", + "kernel-modules", + "kernel-modules-extra", + ] + }), ("^AppStream$", { "*": [ "cloud-init",