From 034f027be4a239cc153493ec71678670f3f0da99 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 15 Feb 2025 21:47:50 +0100 Subject: [PATCH] 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. --- mkosi.images/build/mkosi.conf.d/fedora/mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.images/build/mkosi.conf.d/fedora/mkosi.conf b/mkosi.images/build/mkosi.conf.d/fedora/mkosi.conf index 0e02dcb642e..86166487dd4 100644 --- a/mkosi.images/build/mkosi.conf.d/fedora/mkosi.conf +++ b/mkosi.images/build/mkosi.conf.d/fedora/mkosi.conf @@ -7,3 +7,4 @@ Distribution=fedora Packages= erofs-utils rpmautospec + systemd -- 2.47.3