Remove xorg keyboard patch in gnome based pt_PT livecd/dvd

Fix language-pt_PT.ks template
This commit is contained in:
Pedro Silva 2008-10-03 02:35:32 +01:00
parent 1e4bef319b
commit e61da567cd
4 changed files with 1 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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