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