mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Add snippets and templates - Fix Education Math spin
This commit is contained in:
10
templates/language-pt_PT.ks
Normal file
10
templates/language-pt_PT.ks
Normal file
@@ -0,0 +1,10 @@
|
||||
# %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-latin1"
|
||||
EndSection
|
||||
EOF
|
||||
Reference in New Issue
Block a user