forked from srbala/fedora-kickstarts
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
|
%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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user