summaryrefslogtreecommitdiffstats
path: root/templates/language-pt_BR.ks
blob: b7c2e25013b2406e9a4450e918cf59d3ae01e31a (plain)
1
2
3
4
5
6
7
8
9
10
# %post language-modifications for pt_BR-spins

# 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