diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-28 14:09:57 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-29 15:24:03 +0200 |
commit | 556659adfeffcec7a74192096fd65a44866fd8ea (patch) | |
tree | f96bce8b0d5ee02cd4f4e87457ed3ae9d97759f3 /mkosi.images/system/mkosi.conf.d/10-fedora/mkosi.conf | |
parent | test: Use virtio-scsi for keydev drive (diff) | |
download | systemd-556659adfeffcec7a74192096fd65a44866fd8ea.tar.xz systemd-556659adfeffcec7a74192096fd65a44866fd8ea.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | mkosi.images/system/mkosi.conf.d/10-fedora/mkosi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-fedora/mkosi.conf b/mkosi.images/system/mkosi.conf.d/10-fedora/mkosi.conf index 8c1b04dbd2..3acec1092c 100644 --- a/mkosi.images/system/mkosi.conf.d/10-fedora/mkosi.conf +++ b/mkosi.images/system/mkosi.conf.d/10-fedora/mkosi.conf @@ -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 |