summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/language-de_CH.ks11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/language-de_CH.ks b/templates/language-de_CH.ks
new file mode 100644
index 0000000..c70f708
--- /dev/null
+++ b/templates/language-de_CH.ks
@@ -0,0 +1,11 @@
+# %post language-modifications for de_DE-spins
+
+# system-config-keyboard doesn't really work (missing xorg.conf etc)
+cat >>/etc/X11/xorg.conf << EOF
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "XkbLayout" "ch"
+ Option "XkbVariant" "de_nodeadkeys"
+EndSection
+EOF