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>
29 lines
505 B
Plaintext
29 lines
505 B
Plaintext
# fedora-live-workstation-pt_BR.ks
|
|
#
|
|
# Maintainer(s):
|
|
# - Igor Pires Soares <igor at projetofedora.org>
|
|
|
|
%include ../fedora-live-workstation.ks
|
|
|
|
lang pt_BR.UTF-8
|
|
keyboard br-abnt2
|
|
timezone America/Sao_Paulo
|
|
|
|
%packages
|
|
langpacks-pt_BR
|
|
# exclude input methods
|
|
-m17n*
|
|
-scim*
|
|
%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" "br-abnt2"
|
|
EndSection
|
|
EOF
|
|
%end
|