diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-04 20:06:16 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-04 20:06:16 +0000 |
commit | 14c2c8e523d975f8b97cb382b7ccb91651fe27e0 (patch) | |
tree | d6eb47763fd2a4507b221c3ee3d0373338c22e45 | |
parent | fd3d5c91aa818162ffe637be9df46652a8d4bc9e (diff) | |
download | draklive-config-14c2c8e523d975f8b97cb382b7ccb91651fe27e0.tar draklive-config-14c2c8e523d975f8b97cb382b7ccb91651fe27e0.tar.gz draklive-config-14c2c8e523d975f8b97cb382b7ccb91651fe27e0.tar.bz2 draklive-config-14c2c8e523d975f8b97cb382b7ccb91651fe27e0.tar.xz draklive-config-14c2c8e523d975f8b97cb382b7ccb91651fe27e0.zip |
auto_inst.cfg.pl: add enabled_media (temporary fix for mga#12299).
-rw-r--r-- | config/auto_inst.cfg.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index e80406c..b854581 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -29,6 +29,13 @@ $o = { { type => 'media', url => $ENV{DRAKLIVE_ADDITIONAL_REPOSITORY} }, ), ], + # temporary (?) fix for mga#12299 + 'enabled_media' => [ + 'Core Release', + 'Core Updates', + 'Nonfree Release', + 'Nonfree Updates', + ], 'rpmsrate_flags_chosen' => { LIVE => 1, (map { ("CAT_$_" => 1) } ( |