mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Add pt_PT localized kickstarts
This commit is contained in:
25
fedora-livedvd-developer-pt_PT.ks
Normal file
25
fedora-livedvd-developer-pt_PT.ks
Normal file
@@ -0,0 +1,25 @@
|
||||
# fedora-livedvd-developer-pt_PT.ks
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Pedro Silva <pedrofsilva a netcabo.pt>
|
||||
|
||||
%include fedora-livedvd-developer.ks
|
||||
|
||||
lang pt_PT.UTF-8
|
||||
keyboard pt-latin1
|
||||
timezone Europe/Lisbon
|
||||
|
||||
%packages
|
||||
@portuguese-support
|
||||
%end
|
||||
|
||||
%post
|
||||
# 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
|
||||
%end
|
||||
Reference in New Issue
Block a user