Skip to content

Commit

Permalink
Enable next button for kernel cmdline specified addons (bnc#878997,bn…
Browse files Browse the repository at this point in the history
…c#879140)
  • Loading branch information
jreidinger committed May 22, 2014
1 parent ffe5543 commit 3d8db68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/clients/inst_scc.rb
Expand Up @@ -622,7 +622,9 @@ def media_addons
# display global enable/disable switch
SourceDialogs.display_addon_checkbox = true

ret = WFM.call("inst_add-on")
ret = WFM.call("inst_add-on",
[{ "enable_next" => true, "enable_back" => true}]
)
ret = :next if [:auto, :finish].include? ret

return ret
Expand Down

0 comments on commit 3d8db68

Please sign in to comment.