summaryrefslogtreecommitdiffstats
path: root/templates/language-pt_BR.ks
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@localhost.localdomain>2008-07-25 11:11:26 +0200
committerSebastian Dziallas <sebastian@localhost.localdomain>2008-07-25 11:11:26 +0200
commit00b1391df5e8f7e738f08f27c3fa6268823e3274 (patch)
treebb171f2dbf5ba75e9e00b56697a5d47e30a70802 /templates/language-pt_BR.ks
parenta86bc1466f30a4c134b4c9c56c8e599bab9cf749 (diff)
downloadspin-kickstarts-00b1391df5e8f7e738f08f27c3fa6268823e3274.tar.gz
spin-kickstarts-00b1391df5e8f7e738f08f27c3fa6268823e3274.tar.xz
spin-kickstarts-00b1391df5e8f7e738f08f27c3fa6268823e3274.zip
Add snippets and templates - Fix Education Math spin
Diffstat (limited to 'templates/language-pt_BR.ks')
-rw-r--r--templates/language-pt_BR.ks10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/language-pt_BR.ks b/templates/language-pt_BR.ks
new file mode 100644
index 0000000..b7c2e25
--- /dev/null
+++ b/templates/language-pt_BR.ks
@@ -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