mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: Install systemd in Fedora build image
rpm pulls in systemd-standalone-sysusers now by default to get systemd-sysusers which causes a conflict later on during the prepare script when systemd is pulled in as a dependency of device-mapper so let's install systemd in the initial transaction so systemd provides systemd-sysusers and systemd-standalone-sysusers is never installed in the first place.
This commit is contained in:
committed by
Luca Boccassi
parent
24af6a0d0a
commit
034f027be4
@@ -7,3 +7,4 @@ Distribution=fedora
|
||||
Packages=
|
||||
erofs-utils
|
||||
rpmautospec
|
||||
systemd
|
||||
|
||||
Reference in New Issue
Block a user