mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
23 lines
361 B
Plaintext
23 lines
361 B
Plaintext
|
# fedora-livecd-desktop-fr_FR.ks
|
||
|
#
|
||
|
# Description:
|
||
|
# - French Fedora Live Spin with the Gnome Desktop Environment
|
||
|
#
|
||
|
# Maintainer(s):
|
||
|
# - Matthieu Saulnier <fantom@fedoraproject.org>
|
||
|
|
||
|
%include ../fedora-livecd-desktop.ks
|
||
|
|
||
|
lang fr_FR.UTF-8
|
||
|
keyboard fr-latin9
|
||
|
timezone Europe/Paris
|
||
|
|
||
|
%packages
|
||
|
@french-support
|
||
|
# exclude input methods:
|
||
|
-m17n*
|
||
|
-scim*
|
||
|
-ibus*
|
||
|
-iok
|
||
|
%end
|