mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08: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:
parent
73ac9520ec
commit
b0881b65a6
@ -13,8 +13,6 @@ Packages=
|
||||
glib2
|
||||
iproute
|
||||
iproute-tc
|
||||
kernel-core
|
||||
kernel-modules # For squashfs support
|
||||
libcap-ng-utils
|
||||
netcat
|
||||
openssh-server
|
||||
|
10
mkosi.presets/system/mkosi.conf.d/10-centos8.conf
Normal file
10
mkosi.presets/system/mkosi.conf.d/10-centos8.conf
Normal 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
|
10
mkosi.presets/system/mkosi.conf.d/10-centos9.conf
Normal file
10
mkosi.presets/system/mkosi.conf.d/10-centos9.conf
Normal 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
|
@ -8,3 +8,5 @@ Packages=
|
||||
btrfs-progs
|
||||
compsize
|
||||
f2fs-tools
|
||||
kernel-core
|
||||
kernel-modules # For squashfs support
|
||||
|
Loading…
Reference in New Issue
Block a user