1
0
mirror of https://github.com/systemd/systemd.git synced 2025-09-12 01:44:46 +03:00

mkosi: install new split-out systemd packages

repart and cryptsetup tools were moved out of the main package
to reduce dependencies.

(cherry picked from commit 621a7fe064)
This commit is contained in:
Luca Boccassi
2024-06-23 10:10:26 +01:00
committed by Luca Boccassi
parent 245d17d8dd
commit 87fc64db36
2 changed files with 6 additions and 0 deletions

View File

@@ -22,10 +22,12 @@ VolatilePackages=
systemd systemd
systemd-container systemd-container
systemd-coredump systemd-coredump
systemd-cryptsetup
systemd-dev systemd-dev
systemd-homed systemd-homed
systemd-journal-remote systemd-journal-remote
systemd-oomd systemd-oomd
systemd-repart
systemd-resolved systemd-resolved
systemd-sysv systemd-sysv
systemd-tests systemd-tests
@@ -87,4 +89,6 @@ InitrdPackages=
InitrdVolatilePackages= InitrdVolatilePackages=
systemd systemd
systemd-cryptsetup
systemd-repart
udev udev

View File

@@ -16,10 +16,12 @@ VolatilePackages=
systemd-boot-dbgsym systemd-boot-dbgsym
systemd-container-dbgsym systemd-container-dbgsym
systemd-coredump-dbgsym systemd-coredump-dbgsym
systemd-cryptsetup-dbgsym
systemd-dbgsym systemd-dbgsym
systemd-homed-dbgsym systemd-homed-dbgsym
systemd-journal-remote-dbgsym systemd-journal-remote-dbgsym
systemd-oomd-dbgsym systemd-oomd-dbgsym
systemd-repart-dbgsym
systemd-resolved-dbgsym systemd-resolved-dbgsym
systemd-tests-dbgsym systemd-tests-dbgsym
systemd-timesyncd-dbgsym systemd-timesyncd-dbgsym