[neon/neon/calamares-settings/Neon/stable] desktop/calamares/desktop/modules: port to new syntax with inverted commas"
Carlos De Maine
null at kde.org
Sun Jan 28 08:46:23 GMT 2024
Git commit fbff63208a0a5558f8ac69638b51b16f1905d85f by Carlos De Maine.
Committed on 28/01/2024 at 08:46.
Pushed by carlosdem into branch 'Neon/stable'.
port to new syntax with inverted commas"
M +1 -1 desktop/calamares/desktop/modules/shellprocess at cryptsetup.conf
M +1 -1 desktop/calamares/desktop/modules/shellprocess at nomodeset.conf
M +1 -1 desktop/calamares/desktop/modules/shellprocess_install_translations.conf
M +1 -1 desktop/calamares/desktop/modules/shellprocess_logs.conf
https://invent.kde.org/neon/neon/calamares-settings/-/commit/fbff63208a0a5558f8ac69638b51b16f1905d85f
diff --git a/desktop/calamares/desktop/modules/shellprocess at cryptsetup.conf b/desktop/calamares/desktop/modules/shellprocess at cryptsetup.conf
index 8a7aa1c..900d392 100644
--- a/desktop/calamares/desktop/modules/shellprocess at cryptsetup.conf
+++ b/desktop/calamares/desktop/modules/shellprocess at cryptsetup.conf
@@ -11,4 +11,4 @@
dontChroot: false
timeout: 300
script:
- - calamares-cryptsetup
+ - "/usr/bin/calamares-cryptsetup"
diff --git a/desktop/calamares/desktop/modules/shellprocess at nomodeset.conf b/desktop/calamares/desktop/modules/shellprocess at nomodeset.conf
index c25c03e..4cf2122 100644
--- a/desktop/calamares/desktop/modules/shellprocess at nomodeset.conf
+++ b/desktop/calamares/desktop/modules/shellprocess at nomodeset.conf
@@ -8,4 +8,4 @@
dontChroot: false
timeout: 60
script:
- - calamares-nomodeset
+ - "/usr/bin/calamares-nomodeset"
diff --git a/desktop/calamares/desktop/modules/shellprocess_install_translations.conf b/desktop/calamares/desktop/modules/shellprocess_install_translations.conf
index 17ece2f..cdf87d0 100644
--- a/desktop/calamares/desktop/modules/shellprocess_install_translations.conf
+++ b/desktop/calamares/desktop/modules/shellprocess_install_translations.conf
@@ -4,4 +4,4 @@
dontChroot: false
timeout: 1800
script:
- - calamares-l10n-helper
+ - "/usr/bin/calamares-l10n-helper"
diff --git a/desktop/calamares/desktop/modules/shellprocess_logs.conf b/desktop/calamares/desktop/modules/shellprocess_logs.conf
index 96e27d5..2a1fdda 100644
--- a/desktop/calamares/desktop/modules/shellprocess_logs.conf
+++ b/desktop/calamares/desktop/modules/shellprocess_logs.conf
@@ -4,4 +4,4 @@
dontChroot: true
timeout: 30
script:
- - calamares-logs-helper ${ROOT}
+ - "/usr/bin/calamares-logs-helper ${ROOT}"
More information about the Neon-commits
mailing list