diff options
| author | Simon Rettberg | 2013-06-27 17:54:46 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-27 17:54:46 +0200 |
| commit | 883f556a336c2d73e6f166464c3f96154d48c04a (patch) | |
| tree | fc71d9297f879a2b4606025f61d8c7b6bf0bc1e7 | |
| parent | [kdm] Update theme (diff) | |
| parent | German keytable configuration file for X include directory (diff) | |
| download | tm-scripts-883f556a336c2d73e6f166464c3f96154d48c04a.tar.gz tm-scripts-883f556a336c2d73e6f166464c3f96154d48c04a.tar.xz tm-scripts-883f556a336c2d73e6f166464c3f96154d48c04a.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/debug/debug.conf | 4 | ||||
| -rw-r--r-- | remote/modules/german/data/etc/X11/xorg.conf.d/90-keytable.conf | 6 | ||||
| -rw-r--r-- | remote/modules/german/data/etc/default/locale | 1 |
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" |
