mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
mkosi: Switch back to cloud/KVM kernel packages
Now that we don't need megasas2 anymore, let's switch back to the KVM/cloud kernel images to save on image size, build times and boot times.
This commit is contained in:
parent
eb47645e21
commit
556659adfe
mkosi.images/system/mkosi.conf.d
10-centos-fedora
10-centos
10-debian
10-fedora
@ -40,7 +40,6 @@ Packages=
|
||||
iputils
|
||||
iscsi-initiator-utils
|
||||
kernel-core
|
||||
kernel-modules # For squashfs and megasas2
|
||||
libasan
|
||||
libcap-ng-utils
|
||||
libubsan
|
||||
|
@ -5,4 +5,5 @@ Distribution=centos
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
kernel-modules # For squashfs
|
||||
rpmautospec-rpm-macros
|
||||
|
@ -2,7 +2,3 @@
|
||||
|
||||
[Match]
|
||||
Distribution=debian
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
linux-image-generic
|
||||
|
@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Architecture=arm64
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
linux-image-cloud-arm64
|
@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Architecture=x86-64
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
linux-image-cloud-amd64
|
@ -10,6 +10,7 @@ Packages=
|
||||
dnf5
|
||||
f2fs-tools
|
||||
scsi-target-utils
|
||||
# Required for systemd-networkd-tests.py (netdevsim and sch_xxx modules)
|
||||
kernel-modules-extra
|
||||
kernel-modules-internal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user