summaryrefslogtreecommitdiffstats
path: root/remote/modules/debug
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/debug')
-rw-r--r--remote/modules/debug/debug.conf8
-rw-r--r--remote/modules/debug/debug.conf.zypper21
2 files changed, 29 insertions, 0 deletions
diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf
index a2db5dc0..7cf1934a 100644
--- a/remote/modules/debug/debug.conf
+++ b/remote/modules/debug/debug.conf
@@ -1,5 +1,9 @@
REQUIRED_INSTALLED_PACKAGES="
curl
+ ltrace
+ nano
+ fontconfig
+ fonts-config
"
REQUIRED_BINARIES="
strace
@@ -8,4 +12,8 @@ REQUIRED_BINARIES="
setterm
curl
nano
+ fc-cache
+ fc-query
+ xset
+ locale
"
diff --git a/remote/modules/debug/debug.conf.zypper b/remote/modules/debug/debug.conf.zypper
new file mode 100644
index 00000000..8728c4bf
--- /dev/null
+++ b/remote/modules/debug/debug.conf.zypper
@@ -0,0 +1,21 @@
+REQUIRED_INSTALLED_PACKAGES="
+ curl
+ ltrace
+ nano
+ fontconfig
+ fonts-config
+ xset
+"
+REQUIRED_BINARIES="
+ strace
+ ltrace
+ ldd
+ setterm
+ curl
+ nano
+ fc-cache
+ fc-query
+ fonts-config
+ xset
+ locale
+"