summaryrefslogtreecommitdiffstats
path: root/templates/language-pt_PT.ks
diff options
context:
space:
mode:
Diffstat (limited to 'templates/language-pt_PT.ks')
-rw-r--r--templates/language-pt_PT.ks10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/language-pt_PT.ks b/templates/language-pt_PT.ks
new file mode 100644
index 0000000..8befa2f
--- /dev/null
+++ b/templates/language-pt_PT.ks
@@ -0,0 +1,10 @@
+# %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-latin1"
+EndSection
+EOF