mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-03 15:34:22 +00:00
20 lines
270 B
Plaintext
20 lines
270 B
Plaintext
|
# fedora-livecd-kde-ru_RU.ks
|
||
|
#
|
||
|
# Maintainer(s):
|
||
|
# - Sergey Mihailov <sergey.mihailov at gmail.com>
|
||
|
|
||
|
%include ../fedora-livecd-kde.ks
|
||
|
|
||
|
lang ru_RU.UTF-8
|
||
|
keyboard ru
|
||
|
timezone Europe/Moscow
|
||
|
|
||
|
%packages
|
||
|
@russian-support
|
||
|
hunspell-ru
|
||
|
|
||
|
# exclude input methods
|
||
|
-m17n*
|
||
|
-scim*
|
||
|
%end
|