forked from srbala/fedora-kickstarts
Merge branch 'master' of git://git.fedorahosted.org/spin-kickstarts
This commit is contained in:
commit
08a12ea4eb
27
fedora-livecd-desktop-de_CH.ks
Normal file
27
fedora-livecd-desktop-de_CH.ks
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# fedora-livecd-desktop-de_CH.ks
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Fabian Affolter <fab at fedoraproject.org>
|
||||||
|
|
||||||
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
|
lang de_DE.UTF-8
|
||||||
|
keyboard sg-latin1-nodeadkeys
|
||||||
|
timezone Europe/Zurich
|
||||||
|
|
||||||
|
%packages
|
||||||
|
-gnome-blog
|
||||||
|
@german-support
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
# 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" "sg-latin1-nodeadkeys"
|
||||||
|
EndSection
|
||||||
|
EOF
|
||||||
|
%end
|
||||||
|
|
14
fedora-livecd-electronic-lab-de_CH.ks
Normal file
14
fedora-livecd-electronic-lab-de_CH.ks
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# fedora-livecd-electronic-lab-de_CH.ks
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Fabian Affolter <fab a fedoraproject.org>
|
||||||
|
|
||||||
|
%include fedora-livecd-electronic-lab.ks
|
||||||
|
|
||||||
|
lang de_DE
|
||||||
|
keyboard sg-latin1
|
||||||
|
timezone Europe/Zurich
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@german-support
|
||||||
|
%end
|
26
fedora-livecd-kde-de_CH.ks
Normal file
26
fedora-livecd-kde-de_CH.ks
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# fedora-livecd-kde-de_CH.ks
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Fabian Affolter <fab at fedoraproject.org>
|
||||||
|
|
||||||
|
%include fedora-livecd-kde.ks
|
||||||
|
|
||||||
|
lang de_DE.UTF-8
|
||||||
|
keyboard sg-latin1-nodeadkeys
|
||||||
|
timezone Europe/Zurich
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@german-support
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
|
||||||
|
# KDE don't use /etc/sysconfig/keyboard.
|
||||||
|
# Replace "sg-latin1-nodeadkeys" with the keyboard layout you have used above
|
||||||
|
mkdir -p /home/fedora/.kde/env
|
||||||
|
echo "system-config-keyboard --noui sg-latin1-nodeadkeys" > /home/fedora/.kde/env/keyboard.sh
|
||||||
|
chmod +x /home/fedora/.kde/env/keyboard.sh
|
||||||
|
chown -R fedora:fedora /home/fedora/.kde/env/
|
||||||
|
|
||||||
|
%end
|
14
fedora-livecd-xfce-de_CH.ks
Normal file
14
fedora-livecd-xfce-de_CH.ks
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# fedora-livecd-xfce-de_CH.ks
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Fabian Affolter <fab at fedoraproject.org>
|
||||||
|
|
||||||
|
%include fedora-livecd-xfce.ks
|
||||||
|
|
||||||
|
lang de_DE
|
||||||
|
keyboard sg-latin1-nodeadkeys
|
||||||
|
timezone Europe/Zurich
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@german-support
|
||||||
|
%end
|
25
fedora-livedvd-developer-de_CH.ks
Normal file
25
fedora-livedvd-developer-de_CH.ks
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# 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
|
||||||
|
%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
|
14
fedora-livedvd-games-de_CH.ks
Normal file
14
fedora-livedvd-games-de_CH.ks
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# fedora-livedvd-games-de_CH.ks
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Fabian Affolter <fab a fedoraproject.org>
|
||||||
|
|
||||||
|
%include fedora-livedvd-games.ks
|
||||||
|
|
||||||
|
lang de_DE
|
||||||
|
keyboard sg-latin1
|
||||||
|
timezone Europe/Zurich
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@german-support
|
||||||
|
%end
|
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
|
Loading…
Reference in New Issue
Block a user