2008-06-05 08:57:05 +00:00
|
|
|
# fedora-livecd-desktop-pt_BR.ks
|
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Igor Pires Soares <igor at projetofedora.org>
|
|
|
|
|
2008-08-31 15:23:45 +00:00
|
|
|
%include fedora-livecd-desktop.ks
|
|
|
|
|
2008-06-05 08:57:05 +00:00
|
|
|
lang pt_BR.UTF-8
|
|
|
|
keyboard br-abnt2
|
|
|
|
timezone America/Sao_Paulo
|
|
|
|
|
|
|
|
%packages
|
|
|
|
@brazilian-support
|
2008-10-30 08:24:09 +00:00
|
|
|
# exclude input methods
|
|
|
|
-m17n*
|
|
|
|
-scim*
|
2008-06-05 08:57:05 +00:00
|
|
|
%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
|