From 5eb274c2692271b593b873fdf7d2ce8644030f86 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 12 Nov 2016 12:03:33 +0000 Subject: Workaround for mga#12361 - ensure kernel-firmware-nonfree can't be orphaned. --- config/auto_inst.cfg.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 95b229f..c74e77b 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -324,6 +324,8 @@ $o = { "perl -pi -e 's/META_CLASS=.*/META_CLASS=powerpack/' /etc/sysconfig/system", "echo MDV_MENU_STYLE=discovery > /etc/sysconfig/menustyle", ), + # workaround for mga #12361 + 'urpmi kernel-firmware-nonfree', ), 'autoExitInstall' => 1, 'keep_unrequested_dependencies' => 0, -- cgit v1.2.1