]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install systemd in Fedora build image
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 15 Feb 2025 20:47:50 +0000 (21:47 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 15 Feb 2025 23:37:50 +0000 (23:37 +0000)
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.

mkosi.images/build/mkosi.conf.d/fedora/mkosi.conf

index 0e02dcb642e8cd27415f2fd22fdc0d10a42c0a9e..86166487dd4a23db701a2ba20632ae6636fc5974 100644 (file)
@@ -7,3 +7,4 @@ Distribution=fedora
 Packages=
         erofs-utils
         rpmautospec
+        systemd