Skip to content

Commit

Permalink
Do not process the add-on section during the 2nd stage
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 18, 2021
1 parent af0f99d commit e812ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/autoinstall/clients/inst_autosetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def main
log.warn("User has aborted the installation.")
return :abort
end
Profile.remove_sections("add-on")

Call.Function("add-on_auto", ["Write"])

# Recover partitioning settings that were removed by the add-on_auto client (bsc#1073548)
Expand Down

0 comments on commit e812ece

Please sign in to comment.