diff options
| author | Jonathan Bauer | 2013-06-27 18:21:55 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-27 18:21:55 +0200 |
| commit | f0d2b69a3d596a72d0451c58d4e31b7603e017fb (patch) | |
| tree | 9f57bbe81a49ea81811072117153e3a38a9ebeac /remote/modules/german | |
| parent | [pam] krb5 support for home (diff) | |
| parent | [rootfs-stage32] do not copy /dev/fb0, handled by mdev (diff) | |
| download | tm-scripts-f0d2b69a3d596a72d0451c58d4e31b7603e017fb.tar.gz tm-scripts-f0d2b69a3d596a72d0451c58d4e31b7603e017fb.tar.xz tm-scripts-f0d2b69a3d596a72d0451c58d4e31b7603e017fb.zip | |
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/german')
| -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 |
2 files changed, 7 insertions, 0 deletions
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" |
