Skip to content

Commit

Permalink
Merge 420fd82 into 35f6237
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 17, 2021
2 parents 35f6237 + 420fd82 commit 0bd13b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/installation/clients/inst_doit.rb
Expand Up @@ -19,6 +19,8 @@
# current contact information at www.novell.com.
# ------------------------------------------------------------------------------

require "installation/installation_info"

module Yast
# Asks user to really do the installation/update.
class InstDoitClient < Client
Expand Down Expand Up @@ -64,6 +66,11 @@ def main
false,
false
)

# Log all information about the installation/update
::Installation::InstallationInfo.instance.write(
Mode.update ? "Starting update" : "Starting installation"
)
end

@confirmed ? :next : :back
Expand Down

0 comments on commit 0bd13b7

Please sign in to comment.