1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-08 08:58:27 +03:00

Revert "mkosi: pin CentOS9 kernel to working version"

The original issue should be fixed in kernel-5.14.0-362.el9.

This reverts commit b0881b65a69e83decab3df0d2b23206cea59bb1b.
This commit is contained in:
Frantisek Sumsal 2023-09-06 21:20:01 +02:00 committed by Daan De Meyer
parent aab9e4b2b8
commit 5898cef22a
4 changed files with 2 additions and 22 deletions

View File

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

View File

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

View File

@ -1,10 +0,0 @@
# 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,5 +8,3 @@ Packages=
btrfs-progs
compsize
f2fs-tools
kernel-core
kernel-modules # For squashfs support