From bf1836afa459e20fb6d63c338ab2d7c635809167 Mon Sep 17 00:00:00 2001 From: Lasath Fernando Date: Wed, 4 Dec 2024 21:15:08 +0000 Subject: [PATCH] Add systemd-git This is needed to get access to `systemd-sysupdated`, which is used by plasma/discover!957 to update KDE Linux. --- mkosi.postinst.chroot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index 6b98716..1382735 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -61,6 +61,11 @@ packages=( # AUR packages snapd steam-devices-git systemd-bootchart + systemd-git + systemd-resolvconf-git + systemd-sysvcompat-git + systemd-ukify-git + # for _kde-linux-make-debug-archive arch-install-scripts )