Skip to content

Commit

Permalink
allow AY to add a product
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 1, 2017
1 parent 761f5f6 commit 4353be6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/modules/Packages.rb
Expand Up @@ -847,13 +847,7 @@ def InitializeAddOnProducts
"Found list of add-on products to preselect: %1",
@add_on_products_list
)
if Mode.auto
Builtins.y2warning("This is an AutoYaST installation. "\
"Only Add-on products will be added which have been defined "\
"in the add-on section of the AutoYaST configuration file.")
else
AddOnProduct.AddPreselectedAddOnProducts(@add_on_products_list)
end
AddOnProduct.AddPreselectedAddOnProducts(@add_on_products_list)
@add_on_products_list = [] # do not select them any more
end

Expand Down

0 comments on commit 4353be6

Please sign in to comment.