1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

mkosi: pin CentOS9 kernel to working version

Newer kernels are affected by a regression that causes a kernel panic
on shutdown, so pin them for now. Can be reverted once that problem is
fixed.

https://bugzilla.redhat.com/show_bug.cgi?id=2234390
This commit is contained in:
Luca Boccassi 2023-08-30 12:57:49 +01:00 committed by Luca Boccassi
parent 73ac9520ec
commit b0881b65a6
4 changed files with 22 additions and 2 deletions

View File

@ -13,8 +13,6 @@ Packages=
glib2
iproute
iproute-tc
kernel-core
kernel-modules # For squashfs support
libcap-ng-utils
netcat
openssh-server

View File

@ -0,0 +1,10 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Distribution=centos
Release=8
[Content]
Packages=
kernel-core
kernel-modules # For squashfs support

View File

@ -0,0 +1,10 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Distribution=centos
Release=9
[Content]
Packages=
kernel-core-5.14.0-354.el9
kernel-modules-5.14.0-354.el9 # For squashfs support

View File

@ -8,3 +8,5 @@ Packages=
btrfs-progs
compsize
f2fs-tools
kernel-core
kernel-modules # For squashfs support