From 14c2c8e523d975f8b97cb382b7ccb91651fe27e0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 4 Dec 2016 20:06:16 +0000 Subject: auto_inst.cfg.pl: add enabled_media (temporary fix for mga#12299). --- config/auto_inst.cfg.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') 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) } ( -- cgit v1.2.1