[neon/neon/calamares-settings/Neon/release_focal] oem-config/calamares/oem-config: fix shellprocess declaration (I think)
Harald Sitter
null at kde.org
Wed Jul 6 09:48:27 BST 2022
Git commit debd66cebfff7e54255cfef422b19bac4914b99b by Harald Sitter.
Committed on 06/07/2022 at 08:47.
Pushed by sitter into branch 'Neon/release_focal'.
fix shellprocess declaration (I think)
it's been a while since I had to tinker with the settings but it appears
we first need to declare the shellprocess here. so I suppose this should
fix it
M +3 -0 oem-config/calamares/oem-config/settings.conf
https://invent.kde.org/neon/neon/calamares-settings/commit/debd66cebfff7e54255cfef422b19bac4914b99b
diff --git a/oem-config/calamares/oem-config/settings.conf b/oem-config/calamares/oem-config/settings.conf
index 32b1d28..5b5a3f4 100644
--- a/oem-config/calamares/oem-config/settings.conf
+++ b/oem-config/calamares/oem-config/settings.conf
@@ -27,6 +27,9 @@ instances:
- id: hostnamectl
config: hostnamectl.conf
module: shellprocess
+- id: slimbook-proxamd5
+ config: slimbook-proxamd5.conf
+ module: shellprocess
sequence:
- show:
More information about the Neon-commits
mailing list