From 16ba8c188a2583da58b935757899f00faca278c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Mon, 12 May 2014 17:55:58 +0200 Subject: [PATCH] ask user for addons --- src/clients/inst_scc.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/clients/inst_scc.rb b/src/clients/inst_scc.rb index 09e8dbb44..3128d386b 100644 --- a/src/clients/inst_scc.rb +++ b/src/clients/inst_scc.rb @@ -64,6 +64,7 @@ def main Yast.import "Sequencer" Yast.import "Installation" Yast.import "ProductControl" + Yast.import "AddOnProduct" @selected_addons = ::Registration::Storage::InstallationOptions.instance.selected_addons @@ -615,6 +616,8 @@ def confirm_skipping end def media_addons + # force displaying the UI + Installation.add_on_selected = true WFM.call("inst_add-on") end @@ -708,7 +711,8 @@ def start_workflow }, "media_addons" => { :abort => :abort, - :next => :next + :next => :next, + :auto => :auto } }