Skip to content

Commit

Permalink
ask user for addons
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 12, 2014
1 parent 51b2070 commit 16ba8c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/clients/inst_scc.rb
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -708,7 +711,8 @@ def start_workflow
},
"media_addons" => {
:abort => :abort,
:next => :next
:next => :next,
:auto => :auto
}
}

Expand Down

0 comments on commit 16ba8c1

Please sign in to comment.