ec57ca9e56
Rename the l10n kickstarts to match the Workstation kickstart file name and update includes.
20 lines
280 B
Plaintext
20 lines
280 B
Plaintext
# fedora-live-workstation-ru_RU.ks
|
|
#
|
|
# Maintainer(s):
|
|
# Sergey Mihailov <sergey.mihailov at gmail.com>
|
|
|
|
%include ../fedora-live-workstation.ks
|
|
|
|
lang ru_RU.UTF-8
|
|
keyboard ru
|
|
timezone Europe/Moscow
|
|
|
|
%packages
|
|
@russian-support
|
|
hunspell-ru
|
|
|
|
# exclude input methods
|
|
-m17n*
|
|
-scim*
|
|
%end
|