diff --git a/pkg/daemon/update.go b/pkg/daemon/update.go index 2a05209bcb..3c1001b029 100644 --- a/pkg/daemon/update.go +++ b/pkg/daemon/update.go @@ -1167,7 +1167,7 @@ func (dn *CoreOSDaemon) switchKernel(newConfig *mcfgv1.MachineConfig) error { } // TODO: Drop this code and use https://github.com/coreos/rpm-ostree/issues/2542 instead - defaultKernel := []string{"kernel", "kernel-core", "kernel-modules", "kernel-modules-extra"} + defaultKernel := []string{"kernel", "kernel-core", "kernel-modules", "kernel-modules-core", "kernel-modules-extra"} // Note this list explicitly does *not* include kernel-rt as that is a meta-package that tries to pull in a lot // of other dependencies we don't want for historical reasons. // kernel-rt also has a split off kernel-rt-kvm subpackage because it's in a separate subscription in RHEL.