summaryrefslogtreecommitdiff
path: root/.mkosi
diff options
context:
space:
mode:
authorJeremy Cline <jeremy@jcline.org>2020-05-12 10:12:57 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-13 08:23:51 +0200
commit8284f81bf7607755ce0bfbeb8a1141a7cf32e9bf (patch)
treed1ad1ea466ed653ea71aad66263772e738893ca8 /.mkosi
parent7d85383edbab73274dc81cc888d884bb01070bc2 (diff)
downloadsystemd-8284f81bf7607755ce0bfbeb8a1141a7cf32e9bf.tar.gz
Tidy up the Fedora mkosi Package list
libzstd is a new dependency for systemd that's not in a stable release yet, so it's not pulled in by the RPM package dependency. Manually include it in the package section so the image mkosi produces works. It can be removed when the RPM depends on it. Additionally, a number of packages in the list appear to be pulled in because they're dependencies in the systemd rpm, so remove them. Finally, mkosi v5 adds the proper fs utilities for bootable images type so drop that dependency as well.
Diffstat (limited to '.mkosi')
-rw-r--r--.mkosi/mkosi.fedora10
1 files changed, 3 insertions, 7 deletions
diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora
index 8afaa3ce55..a26b36a163 100644
--- a/.mkosi/mkosi.fedora
+++ b/.mkosi/mkosi.fedora
@@ -66,14 +66,10 @@ BuildPackages=
zstd
Packages=
- coreutils
- cryptsetup-libs
- kmod-libs
- e2fsprogs
- libidn2
- libseccomp
+ # libzstd can be dropped once the Fedora RPM gets a dependency on it
+ libzstd
+ # procps-ng provides a set of useful utilies (ps, free, etc)
procps-ng
- util-linux
BuildDirectory=mkosi.builddir
Cache=mkosi.cache