mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-07 17:04:22 +00:00
24 lines
428 B
Plaintext
24 lines
428 B
Plaintext
# 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
|