summaryrefslogtreecommitdiff
path: root/app-misc/calamares-config-kogaion/files/modules
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/calamares-config-kogaion/files/modules')
-rw-r--r--app-misc/calamares-config-kogaion/files/modules/liveservices.conf21
-rw-r--r--app-misc/calamares-config-kogaion/files/modules/services.conf9
2 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/calamares-config-kogaion/files/modules/liveservices.conf b/app-misc/calamares-config-kogaion/files/modules/liveservices.conf
new file mode 100644
index 00000000..826b25cf
--- /dev/null
+++ b/app-misc/calamares-config-kogaion/files/modules/liveservices.conf
@@ -0,0 +1,21 @@
+---
+#systemd kogaion live services are disabled in this precise order
+
+services:
+ - name: "x-setup" #name of the service file
+ mandatory: false #true=> if disabling fails the installer errors out and quits
+ #false=>if disabling fails print warning to console and continue
+ - name: "cdeject"
+ mandatory: false
+
+ - name: "installer-text"
+ mandatory: false
+
+ - name: "installer-gui"
+ mandatory: false
+
+ - name: "graphical_start"
+ mandatory: false
+
+ - name: "kogaionlive"
+ mandatory: false
diff --git a/app-misc/calamares-config-kogaion/files/modules/services.conf b/app-misc/calamares-config-kogaion/files/modules/services.conf
new file mode 100644
index 00000000..f5b22f4e
--- /dev/null
+++ b/app-misc/calamares-config-kogaion/files/modules/services.conf
@@ -0,0 +1,9 @@
+---
+#systemd services and targets are enabled in this precise order
+
+services:
+ - name: "NetworkManager" #name of the service file
+ mandatory: false #true=> if enabling fails the installer errors out and quits
+ #false=>if enabling fails print warning to console and continue
+ - name: "lightdm"
+ mandatory: false