mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 00:50:32 +08:00
l10n: Adapt for Desktop -> Workstation rename
Rename the l10n kickstarts to match the Workstation kickstart file name and update includes.
This commit is contained in:
34
l10n/fedora-live-workstation-fr_FR.ks
Normal file
34
l10n/fedora-live-workstation-fr_FR.ks
Normal file
@@ -0,0 +1,34 @@
|
||||
# fedora-live-workstation-fr_FR.ks
|
||||
#
|
||||
# Description:
|
||||
# - French Fedora Live Spin with the Gnome Desktop Environment
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Matthieu Saulnier <fantom@fedoraproject.org>
|
||||
|
||||
%include ../fedora-live-workstation.ks
|
||||
|
||||
lang fr_FR.UTF-8
|
||||
keyboard fr-latin9
|
||||
timezone Europe/Paris
|
||||
|
||||
%packages
|
||||
@french-support
|
||||
# exclude input methods:
|
||||
-m17n*
|
||||
-scim*
|
||||
-ibus*
|
||||
-iok
|
||||
%end
|
||||
|
||||
%post
|
||||
# system-config-keyboard doesn't really work (missing xorg.conf etc)
|
||||
cat >>/etc/X11/xorg.conf << EOF
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
Option "XkbLayout" "fr-latin9"
|
||||
EndSection
|
||||
EOF
|
||||
%end
|
||||
|
||||
Reference in New Issue
Block a user