fedora-kickstarts/fedora-livecd-broffice.org.ks

86 lines
1.3 KiB
Plaintext
Raw Normal View History

2008-08-13 18:31:29 +00:00
# fedora-livecd-broffice.ks
#
# Maintainer(s):
# - Igor Pires Soares <igor at projetofedora.org>
%include fedora-livecd-desktop.ks
lang pt_BR.UTF-8
keyboard br-abnt2
timezone America/Sao_Paulo
%packages
@brazilian-support
hunspell-pt
# To avoid double functionality we will drop abiword and gnumeric and put BrOffice.org in
-abiword
-gnumeric
-gimp-*
broffice.org-writer
2008-09-01 17:31:29 +00:00
broffice.org-calc
2008-08-13 18:31:29 +00:00
broffice.org-impress
broffice.org-draw
2008-09-01 17:31:29 +00:00
# We won't use these Asian fonts anyway
2008-08-13 18:31:29 +00:00
-lklug-fonts
-abyssinica-fonts
-jomolhari-fonts
-lohit-fonts-*
-thaifonts-scalable
-kacst-fonts
-paktype-fonts
-baekmuk-*
-cjkunifonts-*
-VLGothic-fonts
2008-09-14 15:44:23 +00:00
-padauk-fonts
-khmeros-fonts-base
-un-core-fonts-*
2008-08-13 18:31:29 +00:00
# Assure we won't get these Asian input methods
-libchewing
-anthy
-kasumi
-scim-chewing
-scim-pinyin
2008-08-13 18:31:29 +00:00
# Saving space in order to get BrOffice.org in
-gnome-utils
-gnome-games-*
-gnome-doc-utils-stylesheets
-gnome-phone-manager
2008-09-18 00:56:34 +00:00
-gnome-speech
-planner
2008-08-13 18:31:29 +00:00
-scim-python*
-dasher
-system-config-language
-evince-dvi
-evince-djvu
-ekiga
-f-spot
-cheese
-sound-juicer
2008-09-18 00:56:34 +00:00
-gok
-festival-*
-festvox-slt-arctic-hts
2008-08-13 18:31:29 +00:00
%end
2008-08-13 18:31:29 +00:00
%post
2008-08-13 18:31:29 +00:00
# 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