summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorFabian Affolter <fab@fedoraproject.org>2008-09-06 18:25:48 +0200
committerFabian Affolter <fab@fedoraproject.org>2008-09-06 18:25:48 +0200
commit996573df652e5f3a5157202bf6370c3ce4b361d2 (patch)
tree50fe1daf4fef4475848330088c4ba06acd485577 /templates
parentedd4c149703747ccb7ecd745a16e720778de5672 (diff)
downloadspin-kickstarts-996573df652e5f3a5157202bf6370c3ce4b361d2.tar.gz
spin-kickstarts-996573df652e5f3a5157202bf6370c3ce4b361d2.tar.xz
spin-kickstarts-996573df652e5f3a5157202bf6370c3ce4b361d2.zip
Initial versions for de_CH (Swiss german)
Language: de_DE Keyboard: sg-latin1 Be aware, the files are not tested yet.
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