summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-07-03 01:31:52 +0300
committerThomas Backlund <tmb@mageia.org>2016-07-03 01:31:52 +0300
commitf61c1f4b247c244d82c26ca7af77d332ca391f59 (patch)
tree4c0e0be583604830bf36289623b720a8d37a0523 /config
parente3bc7cd5937df06a19005a57e7f65d5216f94b73 (diff)
downloaddraklive-config-f61c1f4b247c244d82c26ca7af77d332ca391f59.tar
draklive-config-f61c1f4b247c244d82c26ca7af77d332ca391f59.tar.gz
draklive-config-f61c1f4b247c244d82c26ca7af77d332ca391f59.tar.bz2
draklive-config-f61c1f4b247c244d82c26ca7af77d332ca391f59.tar.xz
draklive-config-f61c1f4b247c244d82c26ca7af77d332ca391f59.zip
- auto_inst.cfg.pl: block problematic fonts (mga#17223)
- live core media: add problematic font (mga#17223)
Diffstat (limited to 'config')
-rw-r--r--config/auto_inst.cfg.pl12
1 files changed, 9 insertions, 3 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index b0373df..040cda8 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -66,20 +66,26 @@ $o = {
'denemo', # pulls in lilypond and texlive
# no devel packages on live media
- 'glibc-devel', 'gdb',
+ 'glibc-devel', 'gdb', 'gcc',
+
# pulls in devel deps
'empathy',
+
# not needed on live medias
'virtuoso-opensource',
- if_($ENV{DRAKLIVE_PRODUCT} !~ /guadec/i, 'gcc'),
+ # theese fonts adds 20-30 sec delay / font on initial execution of
+ # fontconfig cache wich is _way_ too painful on live boot (mga#17223)
+ 'fonts-otf-source-han', '/^google-noto/',
+
if_($ENV{DRAKLIVE_ARCH} eq 'x86_64',
#- !TYPE"64bit" packages are selected by default for live
#- skip i586 ones if not relevant
'libqca1-tls',
'/^lib64atlas3-/',
),
- if_($ENV{DRAKLIVE_ARCH} eq 'i586',
+
+ if_($ENV{DRAKLIVE_ARCH} eq 'i586',
'/^libatlas3-/',
),