From e61da567cd4a1edcf2d484392da34c5eeb048dc1 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Fri, 3 Oct 2008 02:35:32 +0100 Subject: [PATCH] Remove xorg keyboard patch in gnome based pt_PT livecd/dvd Fix language-pt_PT.ks template --- fedora-livecd-desktop-pt_PT.ks | 8 -------- fedora-livedvd-developer-pt_PT.ks | 8 -------- fedora-livedvd-games-pt_PT.ks | 8 -------- templates/language-pt_PT.ks | 2 +- 4 files changed, 1 insertion(+), 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