mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Add fedora-livecd-desktop-pt_BR.ks localized spin
This commit is contained in:
parent
b6f176dd23
commit
e507687fe2
23
fedora-livecd-desktop-pt_BR.ks
Normal file
23
fedora-livecd-desktop-pt_BR.ks
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# fedora-livecd-desktop-pt_BR.ks
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Igor Pires Soares <igor at projetofedora.org>
|
||||||
|
|
||||||
|
lang pt_BR.UTF-8
|
||||||
|
keyboard br-abnt2
|
||||||
|
timezone America/Sao_Paulo
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@brazilian-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" "br-abnt2"
|
||||||
|
EndSection
|
||||||
|
EOF
|
||||||
|
%end
|
Loading…
Reference in New Issue
Block a user