Add fedora-livecd-desktop-pt_BR.ks localized spin

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2008-06-05 10:57:05 +02:00
parent b6f176dd23
commit e507687fe2
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# fedora-livecd-desktop-pt_BR.ks
#
# Maintainer(s):
# - Igor Pires Soares <igor at projetofedora.org>
lang pt_BR.UTF-8
keyboard br-abnt2
timezone America/Sao_Paulo
%packages
@brazilian-support
%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