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
@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

View File

@ -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
%end

View File

@ -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
%end