summaryrefslogtreecommitdiffstats
path: root/templates
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
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')
-rw-r--r--templates/language-de_DE.ks10
-rw-r--r--templates/language-pt_BR.ks10
-rw-r--r--templates/language-pt_PT.ks10
3 files changed, 30 insertions, 0 deletions
diff --git a/templates/language-de_DE.ks b/templates/language-de_DE.ks
new file mode 100644
index 0000000..576dcff
--- /dev/null
+++ b/templates/language-de_DE.ks
@@ -0,0 +1,10 @@
+# %post language-modifications for de_DE-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" "de-latin1-nodeadkeys"
+EndSection
+EOF
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
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