summaryrefslogtreecommitdiffstats
path: root/fedora-livedvd-developer-de_CH.ks
blob: 10e35ca8dfc382638ef3a30c249f7e410b9516a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# fedora-livedvd-developer-de_CH.ks
#
# Maintainer(s):
# - Fabian Affolter  <fab a fedoraproject.org>

%include fedora-livedvd-developer.ks

lang de_DE
keyboard sg-latin1
timezone Europe/Zurich

%packages
@german-support
# exclude input methods
-m17n*
-scim*
%end

%post
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
    Identifier "Keyboard0"
    Option	    "XkbLayout" "ch"
    Option	    "XkbVariant" "de_nodeadkeys"
EndSection
EOF
%end