1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

mkosi: pin CentOS8 kernel to working version

Newer kernels are affected by a regression that causes a kernel panic
on boot when using cgroupv2, so pin them for now. Can be reverted once
that problem is fixed.
This commit is contained in:
Daan De Meyer 2023-11-28 23:19:44 +01:00
parent bcb335ac68
commit a64398b2ca
5 changed files with 19 additions and 5 deletions

View File

@ -13,7 +13,6 @@ Packages=
glib2
iproute
iproute-tc
kernel-core
libcap-ng-utils
netcat
openssh-server

View File

@ -2,7 +2,3 @@
[Match]
Distribution=centos
[Content]
Packages=
kernel-modules # For squashfs support

View File

@ -0,0 +1,9 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Release=8
[Content]
Packages=
kernel-core-4.18.0-521.el8
kernel-modules-4.18.0-521.el8 # For squashfs support

View File

@ -0,0 +1,9 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Release=9
[Content]
Packages=
kernel-core
kernel-modules

View File

@ -8,3 +8,4 @@ Packages=
btrfs-progs
compsize
f2fs-tools
kernel-core