fedora-kickstarts/templates/language-pt_PT.ks
Pedro Silva e61da567cd Remove xorg keyboard patch in gnome based pt_PT livecd/dvd
Fix language-pt_PT.ks template
2008-10-03 02:35:32 +01:00

11 lines
258 B
Plaintext

# %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