From: Daan De Meyer Date: Sat, 15 Feb 2025 20:47:50 +0000 (+0100) Subject: mkosi: Install systemd in Fedora build image X-Git-Tag: v258-rc1~1331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=034f027be4a239cc153493ec71678670f3f0da99;p=thirdparty%2Fsystemd.git 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. --- 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