summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fedora-livecd-desktop-pt_PT.ks8
-rw-r--r--fedora-livedvd-developer-pt_PT.ks8
-rw-r--r--fedora-livedvd-games-pt_PT.ks8
-rw-r--r--templates/language-pt_PT.ks2
4 files changed, 1 insertions, 25 deletions
diff --git a/fedora-livecd-desktop-pt_PT.ks b/fedora-livecd-desktop-pt_PT.ks
index 78fe1d8..daf1c43 100644
--- a/fedora-livecd-desktop-pt_PT.ks
+++ b/fedora-livecd-desktop-pt_PT.ks
@@ -14,12 +14,4 @@ timezone Europe/Lisbon
%end
%post
-# 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
%end
diff --git a/fedora-livedvd-developer-pt_PT.ks b/fedora-livedvd-developer-pt_PT.ks
index b217800..0a96c12 100644
--- a/fedora-livedvd-developer-pt_PT.ks
+++ b/fedora-livedvd-developer-pt_PT.ks
@@ -14,12 +14,4 @@ timezone Europe/Lisbon
%end
%post
-# 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
%end
diff --git a/fedora-livedvd-games-pt_PT.ks b/fedora-livedvd-games-pt_PT.ks
index 7a385a5..8bafa06 100644
--- a/fedora-livedvd-games-pt_PT.ks
+++ b/fedora-livedvd-games-pt_PT.ks
@@ -14,12 +14,4 @@ timezone Europe/Lisbon
%end
%post
-# 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
%end
diff --git a/templates/language-pt_PT.ks b/templates/language-pt_PT.ks
index 8befa2f..c22dea5 100644
--- a/templates/language-pt_PT.ks
+++ b/templates/language-pt_PT.ks
@@ -5,6 +5,6 @@ cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
- Option "XkbLayout" "pt-latin1"
+ Option "XkbLayout" "pt"
EndSection
EOF