[neon/neon/calamares-settings/Neon/release] oem-config/calamares/oem-config: fix shellprocess declaration (I think)

Harald Sitter null at kde.org
Wed Jun 22 12:26:47 BST 2022


Git commit 29b44c80ea732f9745899bb93f9ad05141124536 by Harald Sitter.
Committed on 22/06/2022 at 11:26.
Pushed by sitter into branch 'Neon/release'.

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/29b44c80ea732f9745899bb93f9ad05141124536

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