mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 15:54:20 +00:00
e61da567cd
Fix language-pt_PT.ks template
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
# %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
|