mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
committed by
Luca Boccassi
parent
4c7e30c4e0
commit
7a18a538ef
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user