Change pt-latin1 to pt in xorg.conf hack on gnome based livecd and livedvd.

This commit is contained in:
Pedro Silva 2008-09-16 20:56:56 +01:00
parent 44f221c2a4
commit ad801d9d4c
3 changed files with 16 additions and 16 deletions

View File

@ -11,15 +11,15 @@ timezone Europe/Lisbon
%packages %packages
@portuguese-support @portuguese-support
%end %end
%post %post
# system-config-keyboard doesn't really work (missing xorg.conf etc) # system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice" Section "InputDevice"
Identifier "Keyboard0" Identifier "Keyboard0"
Driver "kbd" Driver "kbd"
Option "XkbLayout" "pt-latin1" Option "XkbLayout" "pt"
EndSection EndSection
EOF EOF
%end %end

View File

@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice" Section "InputDevice"
Identifier "Keyboard0" Identifier "Keyboard0"
Driver "kbd" Driver "kbd"
Option "XkbLayout" "pt-latin1" Option "XkbLayout" "pt"
EndSection EndSection
EOF EOF
%end %end

View File

@ -19,7 +19,7 @@ cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice" Section "InputDevice"
Identifier "Keyboard0" Identifier "Keyboard0"
Driver "kbd" Driver "kbd"
Option "XkbLayout" "pt-latin1" Option "XkbLayout" "pt"
EndSection EndSection
EOF EOF
%end %end