dfda24729b
Move custom kickstarts to custom/ Remove fedora-livecd-desktop-en_US.ks now that it is no longer necessary to localize the desktop.ks kickstart in en_US.
18 lines
278 B
Plaintext
18 lines
278 B
Plaintext
# fedora-livecd-xfce-pt_PT.ks
|
|
#
|
|
# Maintainer(s):
|
|
# - Pedro Silva <pedrofsilva a netcabo.pt>
|
|
|
|
%include ../fedora-livecd-xfce.ks
|
|
|
|
lang pt_PT.UTF-8
|
|
keyboard pt-latin1
|
|
timezone Europe/Lisbon
|
|
|
|
%packages
|
|
@portuguese-support
|
|
# exclude input methods
|
|
-m17n*
|
|
-scim*
|
|
%end
|