mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-21 23:23:07 +00:00
Remove xorg keyboard patch in gnome based pt_PT livecd/dvd
Fix language-pt_PT.ks template
This commit is contained in:
parent
1e4bef319b
commit
e61da567cd
@ -14,12 +14,4 @@ timezone Europe/Lisbon
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%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
|
%end
|
||||||
|
@ -14,12 +14,4 @@ timezone Europe/Lisbon
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%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
|
%end
|
||||||
|
@ -14,12 +14,4 @@ timezone Europe/Lisbon
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%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
|
%end
|
||||||
|
@ -5,6 +5,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user