summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/debug/debug.conf4
-rw-r--r--remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf6
-rw-r--r--remote/modules/german/data/etc/default/locale1
3 files changed, 10 insertions, 1 deletions
diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf
index 3eb13363..17b4ca60 100644
--- a/remote/modules/debug/debug.conf
+++ b/remote/modules/debug/debug.conf
@@ -1,2 +1,4 @@
REQUIRED_BINARIES=" strace
- ldd"
+ ldd
+ setterm
+"
diff --git a/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf b/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf
new file mode 100644
index 00000000..9c8a58fe
--- /dev/null
+++ b/remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "LocalKeyboard"
+ MatchIsKeyboard "on"
+ Option "XkbLayout" "de"
+ Option "XkbVariant" "nodeadkeys"
+EndSection
diff --git a/remote/modules/german/data/etc/default/locale b/remote/modules/german/data/etc/default/locale
new file mode 100644
index 00000000..b20033b4
--- /dev/null
+++ b/remote/modules/german/data/etc/default/locale
@@ -0,0 +1 @@
+LANG="de_DE.UTF-8"