2008-07-25 09:11:26 +00:00
|
|
|
# %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"
|
2008-10-03 01:35:32 +00:00
|
|
|
Option "XkbLayout" "pt"
|
2008-07-25 09:11:26 +00:00
|
|
|
EndSection
|
|
|
|
EOF
|