Class: Installation::Clients::InstModulesExtensions

Inherits:
Object
  • Object
show all
Includes:
Yast::Logger
Defined in:
src/lib/installation/clients/inst_modules_extensions.rb

Overview

Client that add to installation workflow all extension from modules

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
20
21
# File 'src/lib/installation/clients/inst_modules_extensions.rb', line 15

def run
  return :back if Yast::GetInstArgs.going_back

  Yast::WorkflowManager.merge_modules_extensions(extension_packages)

  :next
end