mkosi: Stop installing devel packages

These aren't required for tests and pull in a bunch of dependencies,
so let's not install them into the final image.
This commit is contained in:
Daan De Meyer
2025-10-24 10:13:38 +02:00
committed by Luca Boccassi
parent 4c7e30c4e0
commit 7a18a538ef
3 changed files with 0 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ PrepareScripts=systemd.prepare
VolatilePackages= VolatilePackages=
systemd systemd
systemd-container systemd-container
systemd-devel
systemd-journal-remote systemd-journal-remote
systemd-libs systemd-libs
systemd-networkd systemd-networkd

View File

@@ -12,10 +12,8 @@ VolatilePackages=
libnss-resolve libnss-resolve
libnss-systemd libnss-systemd
libpam-systemd libpam-systemd
libsystemd-dev
libsystemd-shared libsystemd-shared
libsystemd0 libsystemd0
libudev-dev
systemd systemd
systemd-container systemd-container
systemd-coredump systemd-coredump

View File

@@ -17,7 +17,6 @@ VolatilePackages=
libudev1 libudev1
systemd systemd
systemd-container systemd-container
systemd-devel
systemd-doc systemd-doc
systemd-experimental systemd-experimental
systemd-homed systemd-homed