mirror of
https://pagure.io/fedora-kickstarts.git
synced 2026-01-23 16:36:04 +08:00
Change pt-latin1 to pt in xorg.conf hack on gnome based livecd and livedvd.
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user