forked from srbala/fedora-kickstarts
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
# %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
|