diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-04-17 10:18:42 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-04-17 10:50:14 +0200 |
commit | c8ae0a81bfd5669c6da672cdf86119fb07feb575 (patch) | |
tree | be989a9dfaeb69eada49444e119baa92bf4929b7 /mkosi.conf.d | |
parent | hwdb: add accelerometer mount matrix for Lenovo Yoga Tablet 2 851F/L (diff) | |
download | systemd-c8ae0a81bfd5669c6da672cdf86119fb07feb575.tar.xz systemd-c8ae0a81bfd5669c6da672cdf86119fb07feb575.zip |
mkosi: Use kernel-core for Fedora and CentOS images
Let's reduce image size by using a smaller kernel package.
Diffstat (limited to '')
-rw-r--r-- | mkosi.conf.d/20-centos.conf | 3 | ||||
-rw-r--r-- | mkosi.conf.d/20-fedora.conf | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mkosi.conf.d/20-centos.conf b/mkosi.conf.d/20-centos.conf index fdce9fbea3..0ddf6e37ea 100644 --- a/mkosi.conf.d/20-centos.conf +++ b/mkosi.conf.d/20-centos.conf @@ -20,8 +20,7 @@ Packages= gnutls iproute iproute-tc - kernel - kernel-modules-extra + kernel-core libasan libbpf libcap-ng diff --git a/mkosi.conf.d/20-fedora.conf b/mkosi.conf.d/20-fedora.conf index aef35a38ad..986d74a11a 100644 --- a/mkosi.conf.d/20-fedora.conf +++ b/mkosi.conf.d/20-fedora.conf @@ -21,7 +21,7 @@ Packages= gnutls iproute iproute-tc - kernel + kernel-core libasan libbpf libcap-ng |