summaryrefslogtreecommitdiffstats
path: root/templates/language-de_CH.ks
blob: c70f70835e4b84e76658151c23230e0947289f7c (plain)
1
2
3
4
5
6
7
8
9
10
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