mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Change pt-latin1 to pt in xorg.conf hack on gnome based livecd and livedvd.
This commit is contained in:
parent
44f221c2a4
commit
ad801d9d4c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user