summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2016-10-25 08:58:06 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2016-10-25 08:58:33 +0100
commita774a4122da1a0fd02104bae4a2379bff8245319 (patch)
tree2f288f8a53b0d3220eca954f1316039017526e31
parent4525c3ee313471544188dedb7a9996a3d2b1200c (diff)
downloaddraklive-config-a774a4122da1a0fd02104bae4a2379bff8245319.tar
draklive-config-a774a4122da1a0fd02104bae4a2379bff8245319.tar.gz
draklive-config-a774a4122da1a0fd02104bae4a2379bff8245319.tar.bz2
draklive-config-a774a4122da1a0fd02104bae4a2379bff8245319.tar.xz
draklive-config-a774a4122da1a0fd02104bae4a2379bff8245319.zip
auto_inst.cfg.pl: remove dkms and devel packages from skip list
- this reduces boot time when using proprietary drivers
-rw-r--r--config/auto_inst.cfg.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index 30d7213..985384e 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -61,21 +61,16 @@ $o = {
# no grub2
'grub2-', 'os-prober', 'efibootmgr', 'efivar', 'libefivar0'.
- #- do not allow source dkms to be installed
- 'dkms',
'aspell',
'aspell-en',
'denemo', # pulls in lilypond and texlive
- # no devel packages on live media
- 'glibc-devel',
# pulls in devel deps
'empathy',
# not needed on live medias
'virtuoso-opensource',
- if_($ENV{DRAKLIVE_PRODUCT} !~ /guadec/i, 'gcc'),
if_($ENV{DRAKLIVE_ARCH} eq 'x86_64',
#- !TYPE"64bit" packages are selected by default for live
#- skip i586 ones if not relevant