From f580b1d6a94fcfbfa9a96a0314ff6fcc9778db2f Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Wed, 14 Jan 2026 20:01:45 -0700 Subject: [PATCH] Switch existing display-manager.service symlinks to point to plasmalogin Otherwise, upgrade-installs will still try to use SDDM, which only remained in the image by accident, and will be removed with f20d66e1b26a4d5d9cdc9efd0aedaab725003a49 in the packages pipeline. Resolves #475 --- mkosi.extra/etc/systemd/system/display-manager.service | 1 + 1 file changed, 1 insertion(+) create mode 120000 mkosi.extra/etc/systemd/system/display-manager.service diff --git a/mkosi.extra/etc/systemd/system/display-manager.service b/mkosi.extra/etc/systemd/system/display-manager.service new file mode 120000 index 0000000..37df8a8 --- /dev/null +++ b/mkosi.extra/etc/systemd/system/display-manager.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/plasmalogin.service \ No newline at end of file