[neon/neon/calamares-settings/Neon/unstable] desktop/calamares/desktop: enable kde-initial-system-setup.service

Carlos De Maine null at kde.org
Mon Sep 1 10:58:18 BST 2025


Git commit dd7d93d0df764006be2cd50da1229b2f68aa488c by Carlos De Maine.
Committed on 01/09/2025 at 09:58.
Pushed by carlosdem into branch 'Neon/unstable'.

enable kde-initial-system-setup.service

A  +9    -0    desktop/calamares/desktop/modules/services-systemd.conf
M  +1    -0    desktop/calamares/desktop/settings.conf

https://invent.kde.org/neon/neon/calamares-settings/-/commit/dd7d93d0df764006be2cd50da1229b2f68aa488c

diff --git a/desktop/calamares/desktop/modules/services-systemd.conf b/desktop/calamares/desktop/modules/services-systemd.conf
new file mode 100644
index 0000000..09b74db
--- /dev/null
+++ b/desktop/calamares/desktop/modules/services-systemd.conf
@@ -0,0 +1,9 @@
+# SPDX-FileCopyrightText: no
+# SPDX-License-Identifier: CC0-1.0
+#
+# Systemd units manipulation.
+
+units:
+  - name: "kde-initial-system-setup.service"
+    action: "enable"
+    mandatory: true
diff --git a/desktop/calamares/desktop/settings.conf b/desktop/calamares/desktop/settings.conf
index d27ca12..bce1c13 100644
--- a/desktop/calamares/desktop/settings.conf
+++ b/desktop/calamares/desktop/settings.conf
@@ -70,6 +70,7 @@ sequence:
     - packages
     - neon-fs-cleanup
     - shellprocess at logs
+    - services-systemd
     - umount
 
   - show:


More information about the Neon-commits mailing list