583a071ab4
This is part of https://fedoraproject.org/wiki/Changes/Replace_Comps_Language_Group_With_Langpacks#Scope Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
# fedora-livecd-lxde-de_CH.ks
|
|
#
|
|
# Description:
|
|
# - Swiss German Fedora Live Spin with the light-weight LXDE Desktop Environment
|
|
#
|
|
# Maintainer(s):
|
|
# - Fabian Affolter <fab at fedoraproject.org>
|
|
|
|
%include ../fedora-livecd-lxde.ks
|
|
|
|
lang de_DE
|
|
keyboard sg-latin1-nodeadkeys
|
|
timezone Europe/Zurich
|
|
|
|
%packages
|
|
langpacks-de
|
|
|
|
# exclude input methods
|
|
-ibus*
|
|
-m17n*
|
|
-scim*
|
|
%end
|