1
0
mirror of https://pagure.io/fedora-kickstarts.git synced 2025-01-13 00:02:00 +00:00

11 lines
258 B
Plaintext
Raw Permalink Normal View History

# %post language-modifications for pt_PT-spins
# 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