mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 00:50:32 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59e73c16ee | ||
|
|
9ab44c5d55 |
@@ -299,6 +299,12 @@ rm -f /core*
|
||||
# convince readahead not to collect
|
||||
# FIXME: for systemd
|
||||
|
||||
# forcibly regenerate fontconfig cache (so long as this live image has
|
||||
# fontconfig) - see #1169979
|
||||
if [ -x /usr/bin/fc-cache ] ; then
|
||||
fc-cache -f
|
||||
fi
|
||||
|
||||
%end
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
||||
# - Mel Chua <mchua AT fedoraproject DOT org>
|
||||
|
||||
|
||||
%packages
|
||||
-@fonts
|
||||
-@dial-up
|
||||
@@ -34,6 +33,14 @@
|
||||
-ibus*
|
||||
-hyperv-daemons
|
||||
|
||||
# Add some extra fonts
|
||||
dejavu-sans-fonts
|
||||
dejavu-sans-mono-fonts
|
||||
madan-fonts
|
||||
aajohan-comfortaa-fonts
|
||||
sil-abyssinica-fonts
|
||||
vlgothic-fonts
|
||||
|
||||
# == Core Sugar Platform ==
|
||||
@sugar-desktop
|
||||
-sugar-ruler
|
||||
|
||||
Reference in New Issue
Block a user