forked from srbala/fedora-kickstarts
Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts
This commit is contained in:
commit
87e9dfe929
@ -367,6 +367,10 @@ rm -f /boot/initramfs*
|
||||
# make sure there aren't core files lying around
|
||||
rm -f /core*
|
||||
|
||||
# convince readahead not to collect
|
||||
rm -f /.readahead_collect
|
||||
touch /var/lib/readahead/early.sorted
|
||||
|
||||
%end
|
||||
|
||||
|
||||
|
@ -109,6 +109,7 @@ memtest86+
|
||||
-thai-scalable-waree-fonts
|
||||
-un-core-dotum-fonts
|
||||
-vlgothic-fonts
|
||||
-wqy-zenhei-fonts
|
||||
|
||||
# dictionaries are big
|
||||
-aspell-*
|
||||
|
@ -26,7 +26,6 @@ broffice.org-*
|
||||
|
||||
# Include some additional packages
|
||||
@java
|
||||
vino
|
||||
brasero
|
||||
bitstream-vera-*
|
||||
gimp
|
||||
@ -35,6 +34,7 @@ inkscape
|
||||
# We won't use these Asian fonts
|
||||
-lklug-fonts
|
||||
-sil-abyssinica-fonts
|
||||
-sil-padauk-fonts
|
||||
-jomolhari-fonts
|
||||
-lohit-*
|
||||
-baekmuk-*
|
||||
|
@ -23,7 +23,6 @@ nautilus
|
||||
# graphics
|
||||
agave
|
||||
blender
|
||||
# capa
|
||||
cinepaint
|
||||
entangle
|
||||
fontforge
|
||||
@ -38,7 +37,7 @@ mypaint
|
||||
nautilus-image-converter
|
||||
optipng
|
||||
# pinta
|
||||
postr
|
||||
# postr
|
||||
rawtherapee
|
||||
scribus
|
||||
shotwell
|
||||
@ -71,10 +70,6 @@ gedit
|
||||
gnome-utils
|
||||
gtk-recordmydesktop
|
||||
|
||||
# lets save space
|
||||
-wqy-zenhei-fonts
|
||||
-ibus-pinyin-open-phrase
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
|
@ -55,6 +55,12 @@ system-config-printer-kde
|
||||
# use yum-presto by default
|
||||
yum-presto
|
||||
|
||||
# fonts (we make no bones about admitting we're english-only)
|
||||
# CJK, use compact wqy-microhei-fonts , omit bigger stuff
|
||||
wqy-microhei-fonts
|
||||
-un-core-dotum-fonts
|
||||
-vlgothic-fonts
|
||||
-wqy-zenhei-fonts
|
||||
|
||||
### fixes and space issues
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user