From ad801d9d4ce6bf65fd0d0223273833629750ca12 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Tue, 16 Sep 2008 20:56:56 +0100 Subject: [PATCH] Change pt-latin1 to pt in xorg.conf hack on gnome based livecd and livedvd. --- fedora-livecd-desktop-pt_PT.ks | 24 ++++++++++++------------ fedora-livedvd-developer-pt_PT.ks | 4 ++-- fedora-livedvd-games-pt_PT.ks | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/fedora-livecd-desktop-pt_PT.ks b/fedora-livecd-desktop-pt_PT.ks index b3be353..78fe1d8 100644 --- a/fedora-livecd-desktop-pt_PT.ks +++ b/fedora-livecd-desktop-pt_PT.ks @@ -11,15 +11,15 @@ timezone Europe/Lisbon %packages @portuguese-support -%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-latin1" -EndSection -EOF -%end +%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 0775470..b217800 100644 --- a/fedora-livedvd-developer-pt_PT.ks +++ b/fedora-livedvd-developer-pt_PT.ks @@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF Section "InputDevice" Identifier "Keyboard0" Driver "kbd" - Option "XkbLayout" "pt-latin1" + Option "XkbLayout" "pt" EndSection EOF -%end \ No newline at end of file +%end diff --git a/fedora-livedvd-games-pt_PT.ks b/fedora-livedvd-games-pt_PT.ks index d623cab..7a385a5 100644 --- a/fedora-livedvd-games-pt_PT.ks +++ b/fedora-livedvd-games-pt_PT.ks @@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF Section "InputDevice" Identifier "Keyboard0" Driver "kbd" - Option "XkbLayout" "pt-latin1" + Option "XkbLayout" "pt" EndSection EOF -%end \ No newline at end of file +%end