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=
|
||||
systemd
|
||||
systemd-container
|
||||
systemd-devel
|
||||
systemd-journal-remote
|
||||
systemd-libs
|
||||
systemd-networkd
|
||||
|
||||
@@ -12,10 +12,8 @@ VolatilePackages=
|
||||
libnss-resolve
|
||||
libnss-systemd
|
||||
libpam-systemd
|
||||
libsystemd-dev
|
||||
libsystemd-shared
|
||||
libsystemd0
|
||||
libudev-dev
|
||||
systemd
|
||||
systemd-container
|
||||
systemd-coredump
|
||||
|
||||
@@ -17,7 +17,6 @@ VolatilePackages=
|
||||
libudev1
|
||||
systemd
|
||||
systemd-container
|
||||
systemd-devel
|
||||
systemd-doc
|
||||
systemd-experimental
|
||||
systemd-homed
|
||||
|
||||
Reference in New Issue
Block a user