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>
21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
# fedora-livecd-cinnamon-de_DE.ks
|
|
#
|
|
# Description:
|
|
# - German Fedora Live Spin with the Cinnamon Desktop Environment
|
|
#
|
|
# Maintainer(s):
|
|
# - Björn Esser <besser82@fedoraproject.org>
|
|
|
|
%include ../fedora-live-cinnamon.ks
|
|
|
|
lang de_DE.UTF-8
|
|
keyboard de-latin1-nodeadkeys
|
|
timezone Europe/Berlin
|
|
|
|
%packages
|
|
langpacks-de
|
|
# exclude input methods
|
|
-m17n*
|
|
-scim*
|
|
%end
|