summaryrefslogtreecommitdiffstats
path: root/templates/language-pt_PT.ks
blob: c22dea5f7ca09e487d62bf5f7cdcbc4c0802946a (plain)
1
2
3
4
5
6
7
8
9
10
# %post language-modifications for pt_PT-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" "pt"
EndSection
EOF