Add snippets and templates - Fix Education Math spin

This commit is contained in:
Sebastian Dziallas
2008-07-25 11:11:26 +02:00
parent a86bc1466f
commit 00b1391df5
15 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,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