mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Initial versions for de_CH (Swiss german)
Language: de_DE Keyboard: sg-latin1 Be aware, the files are not tested yet.
This commit is contained in:
11
templates/language-de_CH.ks
Normal file
11
templates/language-de_CH.ks
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user